#AFDF3D

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

Shades of Conifer #AFDF3D

Tints of Conifer #AFDF3D

Color information

#AFDF3D (or 0xAFDF3D) is unknown color: approx Conifer. HEX triplet: AF, DF and 3D. RGB value is (175,223,61). Sum of RGB (Red+Green+Blue) = 175+223+61=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF3D is #5020C2. Grayscale: #BEBEBE. Windows color (decimal): -5251267 or 4054959. OLE color: 4054959.

HSL color Cylindrical-coordinate representation of color #AFDF3D: hue angle of 77.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDF3D is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB17522361-
CMYK0.2200.730.13
HSL77.78º71.68%55.69%-
HSV(B)77.78º72.65%87.45%-
XYZ44.9162.2314.06-
YUV190.1855.1117.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 61 (24.22% from 255) = 13.29%
R=38.13%
G=48.58%
B=13.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175223610.2200.730.1377.7871.6855.69
HexAFDF3D16049D4e4838
Octal257337752601111511611070
Binary10101111110111111111011011001001001110110011101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF3D; }

 p { color: rgb(175,223,61); }

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

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

 a { background-color: rgb(175,223,61); }

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

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

 span { border-color: rgb(175,223,61); }

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