#AFDD59

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

Shades of Conifer #AFDD59

Tints of Conifer #AFDD59

Color information

#AFDD59 (or 0xAFDD59) is unknown color: approx Conifer. HEX triplet: AF, DD and 59. RGB value is (175,221,89). Sum of RGB (Red+Green+Blue) = 175+221+89=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD59 is #5022A6. Grayscale: #C0C0C0. Windows color (decimal): -5251751 or 5889455. OLE color: 5889455.

HSL color Cylindrical-coordinate representation of color #AFDD59: hue angle of 80.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDD59 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17522189-
CMYK0.2100.600.13
HSL80.91º66%60.78%-
HSV(B)80.91º59.73%86.67%-
XYZ45.3461.5518.94-
YUV192.269.76115.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 89 (35.16% from 255) = 18.35%
R=36.08%
G=45.57%
B=18.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175221890.2100.600.1380.916660.78
HexAFDD591503CD51423d
Octal257335131250741512110275
Binary10101111110111011011001101010111100110110100011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD59; }

 p { color: rgb(175,221,89); }

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

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

 a { background-color: rgb(175,221,89); }

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

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

 span { border-color: rgb(175,221,89); }

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