#97F358

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

Shades of Conifer #97F358

Tints of Conifer #97F358

Color information

#97F358 (or 0x97F358) is unknown color: approx Conifer. HEX triplet: 97, F3 and 58. RGB value is (151,243,88). Sum of RGB (Red+Green+Blue) = 151+243+88=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #97F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F358 is #680CA7. Grayscale: #C6C6C6. Windows color (decimal): -6818984 or 5829527. OLE color: 5829527.

HSL color Cylindrical-coordinate representation of color #97F358: hue angle of 95.61º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97F358 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB15124388-
CMYK0.3800.640.05
HSL95.61º86.59%64.9%-
HSV(B)95.61º63.79%95.29%-
XYZ46.5771.3920.56-
YUV197.8266.0294.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 243 (95.31% from 255) = 50.41%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=31.33%
G=50.41%
B=18.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151243880.3800.640.0595.6186.5964.9
Hex97F358260405605741
Octal2273631304601005140127101
Binary1001011111110011101100010011001000000101110000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,243,88); }

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

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

 a { background-color: rgb(151,243,88); }

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

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

 span { border-color: rgb(151,243,88); }

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