Html Css Color HEX #AFF872 Sulu

📋 copy color: '#AFF872'

red 175 ◦ green 248 ◦ blue 114

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

Shades of Sulu #AFF872

Tints of Sulu #AFF872

RGB

 RED value IS 175 (68.75% from 255) = 32.59%

 GREEN value IS 248 (97.27% from 255) = 46.18%

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

R = 32.59%
G = 46.18%
B = 21.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#AFF872 (or 0xAFF872) is known color: Sulu. HEX triplet: AF, F8 and 72. RGB value is (175,248,114). Sum of RGB (Red+Green+Blue) = 175+248+114=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF872 is #50078D. Grayscale: #D3D3D3. Windows color (decimal): -5244814 or 7534767. OLE color: 7534767.

HSL color Cylindrical-coordinate representation of color #AFF872: hue angle of 92.69º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF872 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 114 -
CMYK 0.29 0 0.54 0.03
HSL 92.69º 0.91% 0.71% -
HSV(B) 92.69º 0.54% 0.97% -
XYZ 54.28 77.46 28.01 -
YUV 210.9 73.32 102.4 -
System Red Green Blue C M Y K H S L
Decimal 175 248 114 0.29 0 0.54 0.03 92.69 0.91 0.71
Hex AF F8 72 1D 0 36 3 5D 5B 47
Octal 257 370 162 35 0 66 3 135 133 107
Binary 10101111 11111000 1110010 11101 0 110110 11 1011101 1011011 1000111

Color Harmonies of #AFF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF872

Black with #AFF872

Text Example


Text Example

White with #AFF872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF872; }

 p { color: rgb(175,248,114); }

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

background-color css

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

 a { background-color: rgb(175,248,114); }

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

border-color css

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

 span { border-color: rgb(175,248,114); }

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