#97D55C

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

Shades of Conifer #97D55C

Tints of Conifer #97D55C

Color information

#97D55C (or 0x97D55C) is unknown color: approx Conifer. HEX triplet: 97, D5 and 5C. RGB value is (151,213,92). Sum of RGB (Red+Green+Blue) = 151+213+92=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #97D55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D55C is #682AA3. Grayscale: #B5B5B5. Windows color (decimal): -6826660 or 6083991. OLE color: 6083991.

HSL color Cylindrical-coordinate representation of color #97D55C: hue angle of 90.74º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97D55C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15121392-
CMYK0.2900.570.16
HSL90.74º59.02%59.8%-
HSV(B)90.74º56.81%83.53%-
XYZ38.4954.9418.7-
YUV180.6777.96106.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 213 (83.59% from 255) = 46.71%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=33.11%
G=46.71%
B=20.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151213920.2900.570.1690.7459.0259.8
Hex97D55C1D039105b3b3c
Octal22732513435071201337374
Binary10010111110101011011100111010111001100001011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,92); }

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

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

 a { background-color: rgb(151,213,92); }

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

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

 span { border-color: rgb(151,213,92); }

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