#AFD552

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

Shades of Conifer #AFD552

Tints of Conifer #AFD552

Color information

#AFD552 (or 0xAFD552) is unknown color: approx Conifer. HEX triplet: AF, D5 and 52. RGB value is (175,213,82). Sum of RGB (Red+Green+Blue) = 175+213+82=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD552 is #502AAD. Grayscale: #BBBBBB. Windows color (decimal): -5253806 or 5428655. OLE color: 5428655.

HSL color Cylindrical-coordinate representation of color #AFD552: hue angle of 77.4º degrees, saturation: 0.61, 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 #AFD552 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB17521382-
CMYK0.1800.620.16
HSL77.4º60.93%57.84%-
HSV(B)77.4º61.5%83.53%-
XYZ4357.3116.78-
YUV186.768.91119.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 82 (32.42% from 255) = 17.45%
R=37.23%
G=45.32%
B=17.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213820.1800.620.1677.460.9357.84
HexAFD5521203E104d3d3a
Octal25732512222076201157572
Binary10101111110101011010010100100111110100001001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD552; }

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

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

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

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

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

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

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

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