#AFD35D

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

Shades of Conifer #AFD35D

Tints of Conifer #AFD35D

Color information

#AFD35D (or 0xAFD35D) is unknown color: approx Conifer. HEX triplet: AF, D3 and 5D. RGB value is (175,211,93). Sum of RGB (Red+Green+Blue) = 175+211+93=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD35D is #502CA2. Grayscale: #BBBBBB. Windows color (decimal): -5254307 or 6149039. OLE color: 6149039.

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

Color convert

RGB17521193-
CMYK0.1700.560.17
HSL78.31º57.28%59.61%-
HSV(B)78.31º55.92%82.75%-
XYZ42.9556.4919-
YUV186.7875.07119.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 211 (82.81% from 255) = 44.05%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=36.53%
G=44.05%
B=19.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175211930.1700.560.1778.3157.2859.61
HexAFD35D11038114e393c
Octal25732313521070211167174
Binary10101111110100111011101100010111000100011001110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD35D; }

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

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

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

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

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

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

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

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