#97E560

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

Shades of Conifer #97E560

Tints of Conifer #97E560

Color information

#97E560 (or 0x97E560) is unknown color: approx Conifer. HEX triplet: 97, E5 and 60. RGB value is (151,229,96). Sum of RGB (Red+Green+Blue) = 151+229+96=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #97E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E560 is #681A9F. Grayscale: #BEBEBE. Windows color (decimal): -6822560 or 6350231. OLE color: 6350231.

HSL color Cylindrical-coordinate representation of color #97E560: hue angle of 95.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97E560 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB15122996-
CMYK0.3400.580.10
HSL95.19º71.89%63.73%-
HSV(B)95.19º58.08%89.8%-
XYZ42.8963.4621.06-
YUV190.5274.6699.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 229 (89.84% from 255) = 48.11%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=31.72%
G=48.11%
B=20.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151229960.3400.580.1095.1971.8963.73
Hex97E5602203AA5f4840
Octal2273451404207212137110100
Binary1001011111100101110000010001001110101010101111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E560; }

 p { color: rgb(151,229,96); }

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

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

 a { background-color: rgb(151,229,96); }

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

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

 span { border-color: rgb(151,229,96); }

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