#97D55A

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

Shades of Conifer #97D55A

Tints of Conifer #97D55A

Color information

#97D55A (or 0x97D55A) is unknown color: approx Conifer. HEX triplet: 97, D5 and 5A. RGB value is (151,213,90). Sum of RGB (Red+Green+Blue) = 151+213+90=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #97D55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D55A is #682AA5. Grayscale: #B4B4B4. Windows color (decimal): -6826662 or 5952919. OLE color: 5952919.

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

Color convert

RGB15121390-
CMYK0.2900.580.16
HSL90.24º59.42%59.41%-
HSV(B)90.24º57.75%83.53%-
XYZ38.454.9118.25-
YUV180.4476.96107-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 90 (35.55% from 255) = 19.82%
R=33.26%
G=46.92%
B=19.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151213900.2900.580.1690.2459.4259.41
Hex97D55A1D03A105a3b3b
Octal22732513235072201327373
Binary10010111110101011011010111010111010100001011010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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