#AFD341

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

Shades of Conifer #AFD341

Tints of Conifer #AFD341

Color information

#AFD341 (or 0xAFD341) is unknown color: approx Conifer. HEX triplet: AF, D3 and 41. RGB value is (175,211,65). Sum of RGB (Red+Green+Blue) = 175+211+65=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD341 is #502CBE. Grayscale: #B8B8B8. Windows color (decimal): -5254335 or 4314031. OLE color: 4314031.

HSL color Cylindrical-coordinate representation of color #AFD341: hue angle of 74.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFD341 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB17521165-
CMYK0.1700.690.17
HSL74.79º62.39%54.12%-
HSV(B)74.79º69.19%82.75%-
XYZ41.9356.0813.62-
YUV183.5961.07121.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 211 (82.81% from 255) = 46.78%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=38.80%
G=46.78%
B=14.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175211650.1700.690.1774.7962.3954.12
HexAFD34111045114b3e36
Octal257323101210105211137666
Binary101011111101001110000011000101000101100011001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD341; }

 p { color: rgb(175,211,65); }

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

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

 a { background-color: rgb(175,211,65); }

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

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

 span { border-color: rgb(175,211,65); }

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