#97E355

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

Shades of Conifer #97E355

Tints of Conifer #97E355

Color information

#97E355 (or 0x97E355) is unknown color: approx Conifer. HEX triplet: 97, E3 and 55. RGB value is (151,227,85). Sum of RGB (Red+Green+Blue) = 151+227+85=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #97E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E355 is #681CAA. Grayscale: #BCBCBC. Windows color (decimal): -6823083 or 5628823. OLE color: 5628823.

HSL color Cylindrical-coordinate representation of color #97E355: hue angle of 92.11º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97E355 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB15122785-
CMYK0.3300.630.11
HSL92.11º71.72%61.18%-
HSV(B)92.11º62.56%89.02%-
XYZ41.8762.1718.39-
YUV188.0969.82101.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 227 (89.06% from 255) = 49.03%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=32.61%
G=49.03%
B=18.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151227850.3300.630.1192.1171.7261.18
Hex97E3552103FB5c483d
Octal227343125410771313411075
Binary100101111110001110101011000010111111101110111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,227,85); }

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

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

 a { background-color: rgb(151,227,85); }

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

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

 span { border-color: rgb(151,227,85); }

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