Html Css Color HEX #AFEC70 Sulu

📋 copy color: '#AFEC70'

red 175 ◦ green 236 ◦ blue 112

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

Shades of Sulu #AFEC70

Tints of Sulu #AFEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

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

R = 33.46%
G = 45.12%
B = 21.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#AFEC70 (or 0xAFEC70) is known color: Sulu. HEX triplet: AF, EC and 70. RGB value is (175,236,112). Sum of RGB (Red+Green+Blue) = 175+236+112=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC70 is #50138F. Grayscale: #CCCCCC. Windows color (decimal): -5247888 or 7400623. OLE color: 7400623.

HSL color Cylindrical-coordinate representation of color #AFEC70: hue angle of 89.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFEC70 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 112 -
CMYK 0.26 0 0.53 0.07
HSL 89.52º 0.77% 0.68% -
HSV(B) 89.52º 0.53% 0.93% -
XYZ 50.6 70.27 26.23 -
YUV 203.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 175 236 112 0.26 0 0.53 0.07 89.52 0.77 0.68
Hex AF EC 70 1A 0 35 7 5A 4D 44
Octal 257 354 160 32 0 65 7 132 115 104
Binary 10101111 11101100 1110000 11010 0 110101 111 1011010 1001101 1000100

Color Harmonies of #AFEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC70

Black with #AFEC70

Text Example


Text Example

White with #AFEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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