#AFDD65

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

Shades of Conifer #AFDD65

Tints of Conifer #AFDD65

Color information

#AFDD65 (or 0xAFDD65) is unknown color: approx Conifer. HEX triplet: AF, DD and 65. RGB value is (175,221,101). Sum of RGB (Red+Green+Blue) = 175+221+101=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD65 is #50229A. Grayscale: #C2C2C2. Windows color (decimal): -5251739 or 6675887. OLE color: 6675887.

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

Color convert

RGB175221101-
CMYK0.2100.540.13
HSL83º63.83%63.14%-
HSV(B)83º54.3%86.67%-
XYZ45.8861.7721.82-
YUV193.5775.76114.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=35.21%
G=44.47%
B=20.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211010.2100.540.138363.8363.14
HexAFDD6515036D53403f
Octal257335145250661512310077
Binary10101111110111011100101101010110110110110100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD65; }

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

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

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

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

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

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

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

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