#97F262

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

Shades of Conifer #97F262

Tints of Conifer #97F262

Color information

#97F262 (or 0x97F262) is unknown color: approx Conifer. HEX triplet: 97, F2 and 62. RGB value is (151,242,98). Sum of RGB (Red+Green+Blue) = 151+242+98=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #97F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F262 is #680D9D. Grayscale: #C6C6C6. Windows color (decimal): -6819230 or 6484631. OLE color: 6484631.

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

Color convert

RGB15124298-
CMYK0.3800.600.05
HSL97.92º84.71%66.67%-
HSV(B)97.92º59.5%94.9%-
XYZ46.7270.9722.79-
YUV198.3871.3594.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=30.75%
G=49.29%
B=19.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151242980.3800.600.0597.9284.7166.67
Hex97F2622603C5625543
Octal227362142460745142125103
Binary100101111111001011000101001100111100101110001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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