Html Css Color HEX #AFE971 Sulu

📋 copy color: '#AFE971'

red 175 ◦ green 233 ◦ blue 113

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

Shades of Sulu #AFE971

Tints of Sulu #AFE971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 33.59%
G = 44.72%
B = 21.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#AFE971 (or 0xAFE971) is known color: Sulu. HEX triplet: AF, E9 and 71. RGB value is (175,233,113). Sum of RGB (Red+Green+Blue) = 175+233+113=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE971 is #50168E. Grayscale: #CACACA. Windows color (decimal): -5248655 or 7465391. OLE color: 7465391.

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

Color convert

RGB 175 233 113 -
CMYK 0.25 0 0.52 0.09
HSL 89º 0.73% 0.68% -
HSV(B) 89º 0.52% 0.91% -
XYZ 49.8 68.58 26.24 -
YUV 201.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 175 233 113 0.25 0 0.52 0.09 89 0.73 0.68
Hex AF E9 71 19 0 34 9 59 49 44
Octal 257 351 161 31 0 64 11 131 111 104
Binary 10101111 11101001 1110001 11001 0 110100 1001 1011001 1001001 1000100

Color Harmonies of #AFE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE971

Black with #AFE971

Text Example


Text Example

White with #AFE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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