#97D65C

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

Shades of Conifer #97D65C

Tints of Conifer #97D65C

Color information

#97D65C (or 0x97D65C) is unknown color: approx Conifer. HEX triplet: 97, D6 and 5C. RGB value is (151,214,92). Sum of RGB (Red+Green+Blue) = 151+214+92=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #97D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D65C is #6829A3. Grayscale: #B5B5B5. Windows color (decimal): -6826404 or 6084247. OLE color: 6084247.

HSL color Cylindrical-coordinate representation of color #97D65C: hue angle of 90.98º degrees, saturation: 0.6, 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 #97D65C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15121492-
CMYK0.2900.570.16
HSL90.98º59.8%60%-
HSV(B)90.98º57.01%83.92%-
XYZ38.7455.4518.79-
YUV181.2677.63106.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=33.04%
G=46.83%
B=20.13%

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
Decimal151214920.2900.570.1690.9859.860
Hex97D65C1D039105b3c3c
Octal22732613435071201337474
Binary10010111110101101011100111010111001100001011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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