#97FA5D

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

Shades of Conifer #97FA5D

Tints of Conifer #97FA5D

Color information

#97FA5D (or 0x97FA5D) is unknown color: approx Conifer. HEX triplet: 97, FA and 5D. RGB value is (151,250,93). Sum of RGB (Red+Green+Blue) = 151+250+93=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FA5D is #6805A2. Grayscale: #CBCBCB. Windows color (decimal): -6817187 or 6158999. OLE color: 6158999.

HSL color Cylindrical-coordinate representation of color #97FA5D: hue angle of 97.83º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97FA5D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB15125093-
CMYK0.4000.630.02
HSL97.83º94.01%67.25%-
HSV(B)97.83º62.8%98.04%-
XYZ48.9275.7422.4-
YUV202.566.291.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 250 (98.05% from 255) = 50.61%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=30.57%
G=50.61%
B=18.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151250930.4000.630.0297.8394.0167.25
Hex97FA5D2803F2625e43
Octal227372135500772142136103
Binary10010111111110101011101101000011111110110001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,250,93); }

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

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

 a { background-color: rgb(151,250,93); }

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

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

 span { border-color: rgb(151,250,93); }

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