#AFD761

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

Shades of Conifer #AFD761

Tints of Conifer #AFD761

Color information

#AFD761 (or 0xAFD761) is unknown color: approx Conifer. HEX triplet: AF, D7 and 61. RGB value is (175,215,97). Sum of RGB (Red+Green+Blue) = 175+215+97=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD761 is #50289E. Grayscale: #BEBEBE. Windows color (decimal): -5253279 or 6412207. OLE color: 6412207.

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

Color convert

RGB17521597-
CMYK0.1900.550.16
HSL80.34º59.6%61.18%-
HSV(B)80.34º54.88%84.31%-
XYZ44.1458.5820.29-
YUV189.5975.75117.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 215 (84.38% from 255) = 44.15%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=35.93%
G=44.15%
B=19.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175215970.1900.550.1680.3459.661.18
HexAFD7611303710503c3d
Octal25732714123067201207475
Binary10101111110101111100001100110110111100001010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD761; }

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

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

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

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

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

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

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

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