#AFDD4F

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

Shades of Conifer #AFDD4F

Tints of Conifer #AFDD4F

Color information

#AFDD4F (or 0xAFDD4F) is unknown color: approx Conifer. HEX triplet: AF, DD and 4F. RGB value is (175,221,79). Sum of RGB (Red+Green+Blue) = 175+221+79=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD4F is #5022B0. Grayscale: #BFBFBF. Windows color (decimal): -5251761 or 5234095. OLE color: 5234095.

HSL color Cylindrical-coordinate representation of color #AFDD4F: hue angle of 79.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDD4F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB17522179-
CMYK0.2100.640.13
HSL79.44º67.62%58.82%-
HSV(B)79.44º64.25%86.67%-
XYZ44.9561.3916.88-
YUV191.0664.76116.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 79 (31.25% from 255) = 16.63%
R=36.84%
G=46.53%
B=16.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175221790.2100.640.1379.4467.6258.82
HexAFDD4F15040D4f443b
Octal2573351172501001511710473
Binary101011111101110110011111010101000000110110011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD4F; }

 p { color: rgb(175,221,79); }

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

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

 a { background-color: rgb(175,221,79); }

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

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

 span { border-color: rgb(175,221,79); }

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