#97F25E

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

Shades of Conifer #97F25E

Tints of Conifer #97F25E

Color information

#97F25E (or 0x97F25E) is unknown color: approx Conifer. HEX triplet: 97, F2 and 5E. RGB value is (151,242,94). Sum of RGB (Red+Green+Blue) = 151+242+94=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #97F25E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F25E is #680DA1. Grayscale: #C6C6C6. Windows color (decimal): -6819234 or 6222487. OLE color: 6222487.

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

Color convert

RGB15124294-
CMYK0.3800.610.05
HSL96.89º85.06%65.88%-
HSV(B)96.89º61.16%94.9%-
XYZ46.5470.8921.82-
YUV197.9269.3594.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 242 (94.92% from 255) = 49.69%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=31.01%
G=49.69%
B=19.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151242940.3800.610.0596.8985.0665.88
Hex97F25E2603D5615542
Octal227362136460755141125102
Binary100101111111001010111101001100111101101110000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,242,94); }

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

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

 a { background-color: rgb(151,242,94); }

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

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

 span { border-color: rgb(151,242,94); }

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