Html Css Color HEX #AFEC40 Conifer

📋 copy color: '#AFEC40'

red 175 ◦ green 236 ◦ blue 64

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

Shades of Conifer #AFEC40

Tints of Conifer #AFEC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 36.84%
G = 49.68%
B = 13.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AFEC40 (or 0xAFEC40) is known color: Conifer. HEX triplet: AF, EC and 40. RGB value is (175,236,64). Sum of RGB (Red+Green+Blue) = 175+236+64=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC40 is #5013BF. Grayscale: #C6C6C6. Windows color (decimal): -5247936 or 4254895. OLE color: 4254895.

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

Color convert

RGB 175 236 64 -
CMYK 0.26 0 0.73 0.07
HSL 81.28º 0.82% 0.59% -
HSV(B) 81.28º 0.73% 0.93% -
XYZ 48.6 69.48 15.7 -
YUV 198.15 52.29 111.49 -
System Red Green Blue C M Y K H S L
Decimal 175 236 64 0.26 0 0.73 0.07 81.28 0.82 0.59
Hex AF EC 40 1A 0 49 7 51 52 3B
Octal 257 354 100 32 0 111 7 121 122 73
Binary 10101111 11101100 1000000 11010 0 1001001 111 1010001 1010010 111011

Color Harmonies of #AFEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC40

Black with #AFEC40

Text Example


Text Example

White with #AFEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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