#AFDD64

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

Shades of Conifer #AFDD64

Tints of Conifer #AFDD64

Color information

#AFDD64 (or 0xAFDD64) is unknown color: approx Conifer. HEX triplet: AF, DD and 64. RGB value is (175,221,100). Sum of RGB (Red+Green+Blue) = 175+221+100=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD64 is #50229B. Grayscale: #C1C1C1. Windows color (decimal): -5251740 or 6610351. OLE color: 6610351.

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

Color convert

RGB175221100-
CMYK0.2100.550.13
HSL82.81º64.02%62.94%-
HSV(B)82.81º54.75%86.67%-
XYZ45.8461.7521.56-
YUV193.4575.26114.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=35.28%
G=44.56%
B=20.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211000.2100.550.1382.8164.0262.94
HexAFDD6415037D53403f
Octal257335144250671512310077
Binary10101111110111011100100101010110111110110100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD64; }

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

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

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

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

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

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

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

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