Html Css Color HEX #ABFF70 Sulu

📋 copy color: '#ABFF70'

red 171 ◦ green 255 ◦ blue 112

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

Shades of Sulu #ABFF70

Tints of Sulu #ABFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

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

R = 31.78%
G = 47.4%
B = 20.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#ABFF70 (or 0xABFF70) is known color: Sulu. HEX triplet: AB, FF and 70. RGB value is (171,255,112). Sum of RGB (Red+Green+Blue) = 171+255+112=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF70 is #54008F. Grayscale: #D6D6D6. Windows color (decimal): -5505168 or 7405483. OLE color: 7405483.

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

Color convert

RGB 171 255 112 -
CMYK 0.33 0 0.56 0
HSL 95.24º 1% 0.72% -
HSV(B) 95.24º 0.56% 1% -
XYZ 55.48 81.35 28.11 -
YUV 213.58 70.67 97.63 -
System Red Green Blue C M Y K H S L
Decimal 171 255 112 0.33 0 0.56 0 95.24 1 0.72
Hex AB FF 70 21 0 38 0 5F 64 48
Octal 253 377 160 41 0 70 0 137 144 110
Binary 10101011 11111111 1110000 100001 0 111000 0 1011111 1100100 1001000

Color Harmonies of #ABFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF70

Black with #ABFF70

Text Example


Text Example

White with #ABFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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