Html Css Color HEX #AFF276 Sulu

📋 copy color: '#AFF276'

red 175 ◦ green 242 ◦ blue 118

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

Shades of Sulu #AFF276

Tints of Sulu #AFF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 118 (46.48% from 255) = 22.06%

R = 32.71%
G = 45.23%
B = 22.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#AFF276 (or 0xAFF276) is known color: Sulu. HEX triplet: AF, F2 and 76. RGB value is (175,242,118). Sum of RGB (Red+Green+Blue) = 175+242+118=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF276 is #500D89. Grayscale: #D0D0D0. Windows color (decimal): -5246346 or 7795375. OLE color: 7795375.

HSL color Cylindrical-coordinate representation of color #AFF276: hue angle of 92.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFF276 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 118 -
CMYK 0.28 0 0.51 0.05
HSL 92.42º 0.83% 0.71% -
HSV(B) 92.42º 0.51% 0.95% -
XYZ 52.7 73.93 28.63 -
YUV 207.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 175 242 118 0.28 0 0.51 0.05 92.42 0.83 0.71
Hex AF F2 76 1C 0 33 5 5C 53 47
Octal 257 362 166 34 0 63 5 134 123 107
Binary 10101111 11110010 1110110 11100 0 110011 101 1011100 1010011 1000111

Color Harmonies of #AFF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF276

Black with #AFF276

Text Example


Text Example

White with #AFF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF276; }

 p { color: rgb(175,242,118); }

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

background-color css

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

 a { background-color: rgb(175,242,118); }

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

border-color css

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

 span { border-color: rgb(175,242,118); }

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