Html Css Color HEX #ABFC74 Sulu

📋 copy color: '#ABFC74'

red 171 ◦ green 252 ◦ blue 116

#ABFC74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #ABFC74

Tints of Sulu #ABFC74

RGB

 RED value IS 171 (67.19% from 255) = 31.73%

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 31.73%
G = 46.75%
B = 21.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABFC74 (or 0xABFC74) is known color: Sulu. HEX triplet: AB, FC and 74. RGB value is (171,252,116). Sum of RGB (Red+Green+Blue) = 171+252+116=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC74 is #54038B. Grayscale: #D4D4D4. Windows color (decimal): -5505932 or 7666859. OLE color: 7666859.

HSL color Cylindrical-coordinate representation of color #ABFC74: hue angle of 95.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABFC74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 116 -
CMYK 0.32 0 0.54 0.01
HSL 95.74º 0.96% 0.72% -
HSV(B) 95.74º 0.54% 0.99% -
XYZ 54.76 79.54 28.99 -
YUV 212.28 73.66 98.56 -
System Red Green Blue C M Y K H S L
Decimal 171 252 116 0.32 0 0.54 0.01 95.74 0.96 0.72
Hex AB FC 74 20 0 36 1 60 60 48
Octal 253 374 164 40 0 66 1 140 140 110
Binary 10101011 11111100 1110100 100000 0 110110 1 1100000 1100000 1001000

Color Harmonies of #ABFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC74

Black with #ABFC74

Text Example


Text Example

White with #ABFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC74; }

 p { color: rgb(171,252,116); }

 H1.HeaderClassName
 {
   color: #ABFC74;
 }
 .AnyTagClassName
 {
   color: #ABFC74;
 }
</style>

background-color css

<style>
 a { background-color: #ABFC74; }

 a { background-color: rgb(171,252,116); }

 div.DivClassName
 {
   background-color: #ABFC74;
 }
 .BgClassName
 {
   background-color: #ABFC74;
 }
</style>

border-color css

<style>
 span { border-color: #ABFC74; }

 span { border-color: rgb(171,252,116); }

 td.TdClassName
 {
   border-color: #ABFC74;
 }
 .TagClassName
 {
   border-color: #ABFC74;
 }
</style>