#AFDB67

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

Shades of Conifer #AFDB67

Tints of Conifer #AFDB67

Color information

#AFDB67 (or 0xAFDB67) is unknown color: approx Conifer. HEX triplet: AF, DB and 67. RGB value is (175,219,103). Sum of RGB (Red+Green+Blue) = 175+219+103=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB67 is #502498. Grayscale: #C1C1C1. Windows color (decimal): -5252249 or 6806447. OLE color: 6806447.

HSL color Cylindrical-coordinate representation of color #AFDB67: hue angle of 82.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDB67 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB175219103-
CMYK0.2000.530.14
HSL82.76º61.7%63.14%-
HSV(B)82.76º52.97%85.88%-
XYZ45.4660.7622.16-
YUV192.6277.42115.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=35.21%
G=44.06%
B=20.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191030.2000.530.1482.7661.763.14
HexAFDB6714035E533e3f
Octal25733314724065161237677
Binary1010111111011011110011110100011010111101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB67; }

 p { color: rgb(175,219,103); }

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

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

 a { background-color: rgb(175,219,103); }

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

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

 span { border-color: rgb(175,219,103); }

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