Html Css Color HEX #AFEC3F Conifer

📋 copy color: '#AFEC3F'

red 175 ◦ green 236 ◦ blue 63

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

Shades of Conifer #AFEC3F

Tints of Conifer #AFEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 36.92%
G = 49.79%
B = 13.29%

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

#AFEC3F (or 0xAFEC3F) is known color: Conifer. HEX triplet: AF, EC and 3F. RGB value is (175,236,63). Sum of RGB (Red+Green+Blue) = 175+236+63=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC3F is #5013C0. Grayscale: #C6C6C6. Windows color (decimal): -5247937 or 4189359. OLE color: 4189359.

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

Color convert

RGB 175 236 63 -
CMYK 0.26 0 0.73 0.07
HSL 81.16º 0.82% 0.59% -
HSV(B) 81.16º 0.73% 0.93% -
XYZ 48.57 69.46 15.55 -
YUV 198.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 175 236 63 0.26 0 0.73 0.07 81.16 0.82 0.59
Hex AF EC 3F 1A 0 49 7 51 52 3B
Octal 257 354 77 32 0 111 7 121 122 73
Binary 10101111 11101100 111111 11010 0 1001001 111 1010001 1010010 111011

Color Harmonies of #AFEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC3F

Black with #AFEC3F

Text Example


Text Example

White with #AFEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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