Html Css Color HEX #AFE96D Sulu

📋 copy color: '#AFE96D'

red 175 ◦ green 233 ◦ blue 109

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

Shades of Sulu #AFE96D

Tints of Sulu #AFE96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 33.85%
G = 45.07%
B = 21.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#AFE96D (or 0xAFE96D) is known color: Sulu. HEX triplet: AF, E9 and 6D. RGB value is (175,233,109). Sum of RGB (Red+Green+Blue) = 175+233+109=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE96D is #501692. Grayscale: #C9C9C9. Windows color (decimal): -5248659 or 7203247. OLE color: 7203247.

HSL color Cylindrical-coordinate representation of color #AFE96D: hue angle of 88.06º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE96D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 109 -
CMYK 0.25 0 0.53 0.09
HSL 88.06º 0.74% 0.67% -
HSV(B) 88.06º 0.53% 0.91% -
XYZ 49.58 68.5 25.08 -
YUV 201.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 175 233 109 0.25 0 0.53 0.09 88.06 0.74 0.67
Hex AF E9 6D 19 0 35 9 58 4A 43
Octal 257 351 155 31 0 65 11 130 112 103
Binary 10101111 11101001 1101101 11001 0 110101 1001 1011000 1001010 1000011

Color Harmonies of #AFE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE96D

Black with #AFE96D

Text Example


Text Example

White with #AFE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE96D; }

 p { color: rgb(175,233,109); }

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

background-color css

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

 a { background-color: rgb(175,233,109); }

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

border-color css

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

 span { border-color: rgb(175,233,109); }

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