#AFD365

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

Shades of Conifer #AFD365

Tints of Conifer #AFD365

Color information

#AFD365 (or 0xAFD365) is unknown color: approx Conifer. HEX triplet: AF, D3 and 65. RGB value is (175,211,101). Sum of RGB (Red+Green+Blue) = 175+211+101=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD365 is #502C9A. Grayscale: #BCBCBC. Windows color (decimal): -5254299 or 6673327. OLE color: 6673327.

HSL color Cylindrical-coordinate representation of color #AFD365: hue angle of 79.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD365 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB175211101-
CMYK0.1700.520.17
HSL79.64º55.56%61.18%-
HSV(B)79.64º52.13%82.75%-
XYZ43.3256.6420.96-
YUV187.779.07118.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=35.93%
G=43.33%
B=20.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111010.1700.520.1779.6455.5661.18
HexAFD365110341150383d
Octal25732314521064211207075
Binary10101111110100111100101100010110100100011010000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD365; }

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

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

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

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

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

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

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

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