#AFD565

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

Shades of Conifer #AFD565

Tints of Conifer #AFD565

Color information

#AFD565 (or 0xAFD565) is unknown color: approx Conifer. HEX triplet: AF, D5 and 65. RGB value is (175,213,101). Sum of RGB (Red+Green+Blue) = 175+213+101=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD565 is #502A9A. Grayscale: #BDBDBD. Windows color (decimal): -5253787 or 6673839. OLE color: 6673839.

HSL color Cylindrical-coordinate representation of color #AFD565: hue angle of 80.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFD565 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB175213101-
CMYK0.1800.530.16
HSL80.36º57.14%61.57%-
HSV(B)80.36º52.58%83.53%-
XYZ43.8257.6421.13-
YUV188.8778.41118.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=35.79%
G=43.56%
B=20.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131010.1800.530.1680.3657.1461.57
HexAFD565120351050393e
Octal25732514522065201207176
Binary10101111110101011100101100100110101100001010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD565; }

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

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

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

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

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

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

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

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