Html Css Color HEX #ABFD74 Sulu

📋 copy color: '#ABFD74'

red 171 ◦ green 253 ◦ blue 116

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

Shades of Sulu #ABFD74

Tints of Sulu #ABFD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.85%

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

R = 31.67%
G = 46.85%
B = 21.48%

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

#ABFD74 (or 0xABFD74) is known color: Sulu. HEX triplet: AB, FD and 74. RGB value is (171,253,116). Sum of RGB (Red+Green+Blue) = 171+253+116=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD74 is #54028B. Grayscale: #D5D5D5. Windows color (decimal): -5505676 or 7667115. OLE color: 7667115.

HSL color Cylindrical-coordinate representation of color #ABFD74: hue angle of 95.91º degrees, saturation: 0.97, 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 #ABFD74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 116 -
CMYK 0.32 0 0.54 0.01
HSL 95.91º 0.97% 0.72% -
HSV(B) 95.91º 0.54% 0.99% -
XYZ 55.07 80.17 29.09 -
YUV 212.86 73.33 98.14 -
System Red Green Blue C M Y K H S L
Decimal 171 253 116 0.32 0 0.54 0.01 95.91 0.97 0.72
Hex AB FD 74 20 0 36 1 60 61 48
Octal 253 375 164 40 0 66 1 140 141 110
Binary 10101011 11111101 1110100 100000 0 110110 1 1100000 1100001 1001000

Color Harmonies of #ABFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD74

Black with #ABFD74

Text Example


Text Example

White with #ABFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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