#97E94D

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

Shades of Conifer #97E94D

Tints of Conifer #97E94D

Color information

#97E94D (or 0x97E94D) is unknown color: approx Conifer. HEX triplet: 97, E9 and 4D. RGB value is (151,233,77). Sum of RGB (Red+Green+Blue) = 151+233+77=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #97E94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E94D is #6816B2. Grayscale: #BFBFBF. Windows color (decimal): -6821555 or 5106071. OLE color: 5106071.

HSL color Cylindrical-coordinate representation of color #97E94D: hue angle of 91.54º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97E94D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB15123377-
CMYK0.3500.670.09
HSL91.54º78%60.78%-
HSV(B)91.54º66.95%91.37%-
XYZ43.2465.3917.36-
YUV190.763.8399.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 233 (91.41% from 255) = 50.54%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=32.75%
G=50.54%
B=16.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151233770.3500.670.0991.547860.78
Hex97E94D2304395c4e3d
Octal2273511154301031113411675
Binary1001011111101001100110110001101000011100110111001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,233,77); }

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

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

 a { background-color: rgb(151,233,77); }

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

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

 span { border-color: rgb(151,233,77); }

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