Html Css Color HEX #ABFD70 Sulu

📋 copy color: '#ABFD70'

red 171 ◦ green 253 ◦ blue 112

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

Shades of Sulu #ABFD70

Tints of Sulu #ABFD70

RGB

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

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

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

R = 31.9%
G = 47.2%
B = 20.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#ABFD70 (or 0xABFD70) is known color: Sulu. HEX triplet: AB, FD and 70. RGB value is (171,253,112). Sum of RGB (Red+Green+Blue) = 171+253+112=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD70 is #54028F. Grayscale: #D4D4D4. Windows color (decimal): -5505680 or 7404971. OLE color: 7404971.

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

Color convert

RGB 171 253 112 -
CMYK 0.32 0 0.56 0.01
HSL 94.89º 0.97% 0.72% -
HSV(B) 94.89º 0.56% 0.99% -
XYZ 54.84 80.08 27.9 -
YUV 212.41 71.33 98.46 -
System Red Green Blue C M Y K H S L
Decimal 171 253 112 0.32 0 0.56 0.01 94.89 0.97 0.72
Hex AB FD 70 20 0 38 1 5F 61 48
Octal 253 375 160 40 0 70 1 137 141 110
Binary 10101011 11111101 1110000 100000 0 111000 1 1011111 1100001 1001000

Color Harmonies of #ABFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD70

Black with #ABFD70

Text Example


Text Example

White with #ABFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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