Html Css Color HEX #AFE970 Sulu

📋 copy color: '#AFE970'

red 175 ◦ green 233 ◦ blue 112

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

Shades of Sulu #AFE970

Tints of Sulu #AFE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 33.65%
G = 44.81%
B = 21.54%

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

#AFE970 (or 0xAFE970) is known color: Sulu. HEX triplet: AF, E9 and 70. RGB value is (175,233,112). Sum of RGB (Red+Green+Blue) = 175+233+112=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE970 is #50168F. Grayscale: #CACACA. Windows color (decimal): -5248656 or 7399855. OLE color: 7399855.

HSL color Cylindrical-coordinate representation of color #AFE970: hue angle of 88.76º 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 #AFE970 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 112 -
CMYK 0.25 0 0.52 0.09
HSL 88.76º 0.73% 0.68% -
HSV(B) 88.76º 0.52% 0.91% -
XYZ 49.74 68.56 25.94 -
YUV 201.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 175 233 112 0.25 0 0.52 0.09 88.76 0.73 0.68
Hex AF E9 70 19 0 34 9 59 49 44
Octal 257 351 160 31 0 64 11 131 111 104
Binary 10101111 11101001 1110000 11001 0 110100 1001 1011001 1001001 1000100

Color Harmonies of #AFE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE970

Black with #AFE970

Text Example


Text Example

White with #AFE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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