#AFD752

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

Shades of Conifer #AFD752

Tints of Conifer #AFD752

Color information

#AFD752 (or 0xAFD752) is unknown color: approx Conifer. HEX triplet: AF, D7 and 52. RGB value is (175,215,82). Sum of RGB (Red+Green+Blue) = 175+215+82=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD752 is #5028AD. Grayscale: #BCBCBC. Windows color (decimal): -5253294 or 5429167. OLE color: 5429167.

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

Color convert

RGB17521582-
CMYK0.1900.620.16
HSL78.05º62.44%58.24%-
HSV(B)78.05º61.86%84.31%-
XYZ43.558.3216.95-
YUV187.8868.25118.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=37.08%
G=45.55%
B=17.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175215820.1900.620.1678.0562.4458.24
HexAFD7521303E104e3e3a
Octal25732712223076201167672
Binary10101111110101111010010100110111110100001001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD752; }

 p { color: rgb(175,215,82); }

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

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

 a { background-color: rgb(175,215,82); }

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

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

 span { border-color: rgb(175,215,82); }

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