Html Css Color HEX #ABFD72 Sulu

📋 copy color: '#ABFD72'

red 171 ◦ green 253 ◦ blue 114

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

Shades of Sulu #ABFD72

Tints of Sulu #ABFD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 31.78%
G = 47.03%
B = 21.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#ABFD72 (or 0xABFD72) is known color: Sulu. HEX triplet: AB, FD and 72. RGB value is (171,253,114). Sum of RGB (Red+Green+Blue) = 171+253+114=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD72 is #54028D. Grayscale: #D5D5D5. Windows color (decimal): -5505678 or 7536043. OLE color: 7536043.

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

Color convert

RGB 171 253 114 -
CMYK 0.32 0 0.55 0.01
HSL 95.4º 0.97% 0.72% -
HSV(B) 95.4º 0.55% 0.99% -
XYZ 54.96 80.12 28.49 -
YUV 212.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 171 253 114 0.32 0 0.55 0.01 95.4 0.97 0.72
Hex AB FD 72 20 0 37 1 5F 61 48
Octal 253 375 162 40 0 67 1 137 141 110
Binary 10101011 11111101 1110010 100000 0 110111 1 1011111 1100001 1001000

Color Harmonies of #ABFD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD72

Black with #ABFD72

Text Example


Text Example

White with #ABFD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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