Html Css Color HEX #ABFE70 Sulu

📋 copy color: '#ABFE70'

red 171 ◦ green 254 ◦ blue 112

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

Shades of Sulu #ABFE70

Tints of Sulu #ABFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 31.84%
G = 47.3%
B = 20.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#ABFE70 (or 0xABFE70) is known color: Sulu. HEX triplet: AB, FE and 70. RGB value is (171,254,112). Sum of RGB (Red+Green+Blue) = 171+254+112=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE70 is #54018F. Grayscale: #D5D5D5. Windows color (decimal): -5505424 or 7405227. OLE color: 7405227.

HSL color Cylindrical-coordinate representation of color #ABFE70: hue angle of 95.07º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABFE70 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 112 -
CMYK 0.33 0 0.56 0.00
HSL 95.07º 0.99% 0.72% -
HSV(B) 95.07º 0.56% 1% -
XYZ 55.16 80.71 28 -
YUV 213 71 98.05 -
System Red Green Blue C M Y K H S L
Decimal 171 254 112 0.33 0 0.56 0.00 95.07 0.99 0.72
Hex AB FE 70 21 0 38 0 5F 63 48
Octal 253 376 160 41 0 70 0 137 143 110
Binary 10101011 11111110 1110000 100001 0 111000 0 1011111 1100011 1001000

Color Harmonies of #ABFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE70

Black with #ABFE70

Text Example


Text Example

White with #ABFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE70; }

 p { color: rgb(171,254,112); }

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

background-color css

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

 a { background-color: rgb(171,254,112); }

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

border-color css

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

 span { border-color: rgb(171,254,112); }

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