#97F052

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

Shades of Conifer #97F052

Tints of Conifer #97F052

Color information

#97F052 (or 0x97F052) is unknown color: approx Conifer. HEX triplet: 97, F0 and 52. RGB value is (151,240,82). Sum of RGB (Red+Green+Blue) = 151+240+82=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #97F052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F052 is #680FAD. Grayscale: #C3C3C3. Windows color (decimal): -6819758 or 5435543. OLE color: 5435543.

HSL color Cylindrical-coordinate representation of color #97F052: hue angle of 93.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97F052 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB15124082-
CMYK0.3700.660.06
HSL93.8º84.04%63.14%-
HSV(B)93.8º65.83%94.12%-
XYZ45.4569.5119-
YUV195.3864.0196.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 82 (32.42% from 255) = 17.34%
R=31.92%
G=50.74%
B=17.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151240820.3700.660.0693.884.0463.14
Hex97F0522504265e543f
Octal227360122450102613612477
Binary100101111111000010100101001010100001011010111101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,240,82); }

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

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

 a { background-color: rgb(151,240,82); }

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

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

 span { border-color: rgb(151,240,82); }

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