#97ED5B

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

Shades of Conifer #97ED5B

Tints of Conifer #97ED5B

Color information

#97ED5B (or 0x97ED5B) is unknown color: approx Conifer. HEX triplet: 97, ED and 5B. RGB value is (151,237,91). Sum of RGB (Red+Green+Blue) = 151+237+91=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #97ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97ED5B is #6812A4. Grayscale: #C3C3C3. Windows color (decimal): -6820517 or 6024599. OLE color: 6024599.

HSL color Cylindrical-coordinate representation of color #97ED5B: hue angle of 95.34º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97ED5B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB15123791-
CMYK0.3600.620.07
HSL95.34º80.22%64.31%-
HSV(B)95.34º61.6%92.94%-
XYZ44.9467.920.64-
YUV194.6469.5196.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=31.52%
G=49.48%
B=19.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151237910.3600.620.0795.3480.2264.31
Hex97ED5B2403E75f5040
Octal227355133440767137120100
Binary100101111110110110110111001000111110111101111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ED5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,237,91); }

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

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

 a { background-color: rgb(151,237,91); }

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

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

 span { border-color: rgb(151,237,91); }

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