Html Css Color HEX #AFEC6F Sulu

📋 copy color: '#AFEC6F'

red 175 ◦ green 236 ◦ blue 111

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

Shades of Sulu #AFEC6F

Tints of Sulu #AFEC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.26%

R = 33.52%
G = 45.21%
B = 21.26%

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

#AFEC6F (or 0xAFEC6F) is known color: Sulu. HEX triplet: AF, EC and 6F. RGB value is (175,236,111). Sum of RGB (Red+Green+Blue) = 175+236+111=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC6F is #501390. Grayscale: #CBCBCB. Windows color (decimal): -5247889 or 7335087. OLE color: 7335087.

HSL color Cylindrical-coordinate representation of color #AFEC6F: hue angle of 89.28º 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 #AFEC6F is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 111 -
CMYK 0.26 0 0.53 0.07
HSL 89.28º 0.77% 0.68% -
HSV(B) 89.28º 0.53% 0.93% -
XYZ 50.54 70.25 25.94 -
YUV 203.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 175 236 111 0.26 0 0.53 0.07 89.28 0.77 0.68
Hex AF EC 6F 1A 0 35 7 59 4D 44
Octal 257 354 157 32 0 65 7 131 115 104
Binary 10101111 11101100 1101111 11010 0 110101 111 1011001 1001101 1000100

Color Harmonies of #AFEC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC6F

Black with #AFEC6F

Text Example


Text Example

White with #AFEC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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