#97F961

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

Shades of Conifer #97F961

Tints of Conifer #97F961

Color information

#97F961 (or 0x97F961) is unknown color: approx Conifer. HEX triplet: 97, F9 and 61. RGB value is (151,249,97). Sum of RGB (Red+Green+Blue) = 151+249+97=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #97F961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F961 is #68069E. Grayscale: #CACACA. Windows color (decimal): -6817439 or 6420887. OLE color: 6420887.

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

Color convert

RGB15124997-
CMYK0.3900.610.02
HSL98.68º92.68%67.84%-
HSV(B)98.68º61.04%97.65%-
XYZ48.875.1923.25-
YUV202.3768.5391.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 249 (97.66% from 255) = 50.10%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=30.38%
G=50.10%
B=19.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151249970.3900.610.0298.6892.6867.84
Hex97F9612703D2635d44
Octal227371141470752143135104
Binary10010111111110011100001100111011110110110001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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