#AFDA61

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

Shades of Conifer #AFDA61

Tints of Conifer #AFDA61

Color information

#AFDA61 (or 0xAFDA61) is unknown color: approx Conifer. HEX triplet: AF, DA and 61. RGB value is (175,218,97). Sum of RGB (Red+Green+Blue) = 175+218+97=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA61 is #50259E. Grayscale: #BFBFBF. Windows color (decimal): -5252511 or 6412975. OLE color: 6412975.

HSL color Cylindrical-coordinate representation of color #AFDA61: hue angle of 81.32º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFDA61 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17521897-
CMYK0.2000.560.15
HSL81.32º62.05%61.76%-
HSV(B)81.32º55.5%85.49%-
XYZ44.9160.1220.55-
YUV191.3574.75116.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 44.49%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=35.71%
G=44.49%
B=19.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175218970.2000.560.1581.3262.0561.76
HexAFDA6114038F513e3e
Octal25733214124070171217676
Binary1010111111011010110000110100011100011111010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA61; }

 p { color: rgb(175,218,97); }

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

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

 a { background-color: rgb(175,218,97); }

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

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

 span { border-color: rgb(175,218,97); }

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