#97EA52

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

Shades of Conifer #97EA52

Tints of Conifer #97EA52

Color information

#97EA52 (or 0x97EA52) is unknown color: approx Conifer. HEX triplet: 97, EA and 52. RGB value is (151,234,82). Sum of RGB (Red+Green+Blue) = 151+234+82=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EA52 is #6815AD. Grayscale: #C0C0C0. Windows color (decimal): -6821294 or 5434007. OLE color: 5434007.

HSL color Cylindrical-coordinate representation of color #97EA52: hue angle of 92.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97EA52 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB15123482-
CMYK0.3500.650.08
HSL92.76º78.35%61.96%-
HSV(B)92.76º64.96%91.76%-
XYZ43.7166.0318.42-
YUV191.866698.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 234 (91.80% from 255) = 50.11%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=32.33%
G=50.11%
B=17.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151234820.3500.650.0892.7678.3561.96
Hex97EA522304185d4e3e
Octal2273521224301011013511676
Binary1001011111101010101001010001101000001100010111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,234,82); }

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

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

 a { background-color: rgb(151,234,82); }

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

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

 span { border-color: rgb(151,234,82); }

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