#97FC61

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

Shades of Conifer #97FC61

Tints of Conifer #97FC61

Color information

#97FC61 (or 0x97FC61) is unknown color: approx Conifer. HEX triplet: 97, FC and 61. RGB value is (151,252,97). Sum of RGB (Red+Green+Blue) = 151+252+97=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #97FC61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FC61 is #68039E. Grayscale: #CCCCCC. Windows color (decimal): -6816671 or 6421655. OLE color: 6421655.

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

Color convert

RGB15125297-
CMYK0.4000.620.01
HSL99.1º96.27%68.43%-
HSV(B)99.1º61.51%98.82%-
XYZ49.7377.0623.56-
YUV204.1367.5490.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 252 (98.83% from 255) = 50.4%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=30.2%
G=50.4%
B=19.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151252970.4000.620.0199.196.2768.43
Hex97FC612803E1636044
Octal227374141500761143140104
Binary1001011111111100110000110100001111101110001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,252,97); }

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

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

 a { background-color: rgb(151,252,97); }

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

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

 span { border-color: rgb(151,252,97); }

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