Html Css Color HEX #AFEC6D Sulu

📋 copy color: '#AFEC6D'

red 175 ◦ green 236 ◦ blue 109

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

Shades of Sulu #AFEC6D

Tints of Sulu #AFEC6D

RGB

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

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

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

R = 33.65%
G = 45.38%
B = 20.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#AFEC6D (or 0xAFEC6D) is known color: Sulu. HEX triplet: AF, EC and 6D. RGB value is (175,236,109). Sum of RGB (Red+Green+Blue) = 175+236+109=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC6D is #501392. Grayscale: #CBCBCB. Windows color (decimal): -5247891 or 7204015. OLE color: 7204015.

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

Color convert

RGB 175 236 109 -
CMYK 0.26 0 0.54 0.07
HSL 88.82º 0.77% 0.68% -
HSV(B) 88.82º 0.54% 0.93% -
XYZ 50.43 70.21 25.36 -
YUV 203.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 175 236 109 0.26 0 0.54 0.07 88.82 0.77 0.68
Hex AF EC 6D 1A 0 36 7 59 4D 44
Octal 257 354 155 32 0 66 7 131 115 104
Binary 10101111 11101100 1101101 11010 0 110110 111 1011001 1001101 1000100

Color Harmonies of #AFEC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC6D

Black with #AFEC6D

Text Example


Text Example

White with #AFEC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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