#AFD75B

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

Shades of Conifer #AFD75B

Tints of Conifer #AFD75B

Color information

#AFD75B (or 0xAFD75B) is unknown color: approx Conifer. HEX triplet: AF, D7 and 5B. RGB value is (175,215,91). Sum of RGB (Red+Green+Blue) = 175+215+91=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD75B is #5028A4. Grayscale: #BDBDBD. Windows color (decimal): -5253285 or 6018991. OLE color: 6018991.

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

Color convert

RGB17521591-
CMYK0.1900.580.16
HSL79.35º60.78%60%-
HSV(B)79.35º57.67%84.31%-
XYZ43.8758.4718.87-
YUV188.972.75118.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 215 (84.38% from 255) = 44.70%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=36.38%
G=44.70%
B=18.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175215910.1900.580.1679.3560.7860
HexAFD75B1303A104f3d3c
Octal25732713323072201177574
Binary10101111110101111011011100110111010100001001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD75B; }

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

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

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

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

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

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

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

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