#97FA5F

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

Shades of Conifer #97FA5F

Tints of Conifer #97FA5F

Color information

#97FA5F (or 0x97FA5F) is unknown color: approx Conifer. HEX triplet: 97, FA and 5F. RGB value is (151,250,95). Sum of RGB (Red+Green+Blue) = 151+250+95=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FA5F is #6805A0. Grayscale: #CBCBCB. Windows color (decimal): -6817185 or 6290071. OLE color: 6290071.

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

Color convert

RGB15125095-
CMYK0.4000.620.02
HSL98.32º93.94%67.65%-
HSV(B)98.32º62%98.04%-
XYZ49.0175.7822.87-
YUV202.7367.291.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=30.44%
G=50.40%
B=19.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151250950.4000.620.0298.3293.9467.65
Hex97FA5F2803E2625e44
Octal227372137500762142136104
Binary10010111111110101011111101000011111010110001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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