#97DE60

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

Shades of Conifer #97DE60

Tints of Conifer #97DE60

Color information

#97DE60 (or 0x97DE60) is unknown color: approx Conifer. HEX triplet: 97, DE and 60. RGB value is (151,222,96). Sum of RGB (Red+Green+Blue) = 151+222+96=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DE60 is #68219F. Grayscale: #BABABA. Windows color (decimal): -6824352 or 6348439. OLE color: 6348439.

HSL color Cylindrical-coordinate representation of color #97DE60: hue angle of 93.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97DE60 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB15122296-
CMYK0.3200.570.13
HSL93.81º65.62%62.35%-
HSV(B)93.81º56.76%87.06%-
XYZ4159.6720.42-
YUV186.4176.98102.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=32.20%
G=47.33%
B=20.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151222960.3200.570.1393.8165.6262.35
Hex97DE6020039D5e423e
Octal227336140400711513610276
Binary100101111101111011000001000000111001110110111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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