#AFD75C

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

Shades of Conifer #AFD75C

Tints of Conifer #AFD75C

Color information

#AFD75C (or 0xAFD75C) is unknown color: approx Conifer. HEX triplet: AF, D7 and 5C. RGB value is (175,215,92). Sum of RGB (Red+Green+Blue) = 175+215+92=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD75C is #5028A3. Grayscale: #BDBDBD. Windows color (decimal): -5253284 or 6084527. OLE color: 6084527.

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

Color convert

RGB17521592-
CMYK0.1900.570.16
HSL79.51º60.59%60.2%-
HSV(B)79.51º57.21%84.31%-
XYZ43.9158.4919.1-
YUV189.0273.25118-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=36.31%
G=44.61%
B=19.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175215920.1900.570.1679.5160.5960.2
HexAFD75C1303910503d3c
Octal25732713423071201207574
Binary10101111110101111011100100110111001100001010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD75C; }

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

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

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

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

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

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

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

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