#AFE53F

Color #AFE53F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFE53F

Tints of Conifer #AFE53F

Color information

#AFE53F (or 0xAFE53F) is unknown color: approx Conifer. HEX triplet: AF, E5 and 3F. RGB value is (175,229,63). Sum of RGB (Red+Green+Blue) = 175+229+63=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE53F is #501AC0. Grayscale: #C2C2C2. Windows color (decimal): -5249729 or 4187567. OLE color: 4187567.

HSL color Cylindrical-coordinate representation of color #AFE53F: hue angle of 79.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE53F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB17522963-
CMYK0.2400.720.10
HSL79.52º76.15%57.25%-
HSV(B)79.52º72.49%89.8%-
XYZ46.665.5114.89-
YUV193.9354.11114.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 229 (89.84% from 255) = 49.04%
BLUE value IS 63 (25% from 255) = 13.49%
R=37.47%
G=49.04%
B=13.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175229630.2400.720.1079.5276.1557.25
HexAFE53F18048A504c39
Octal257345773001101212011471
Binary10101111111001011111111100001001000101010100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE53F; }

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

 H1.HeaderClassName
 {
   color: #AFE53F;
 }
 .AnyTagClassName
 {
   color: #AFE53F;
 }
</style>
background-color css

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

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

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

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

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

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