#97F04C

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

Shades of Conifer #97F04C

Tints of Conifer #97F04C

Color information

#97F04C (or 0x97F04C) is unknown color: approx Conifer. HEX triplet: 97, F0 and 4C. RGB value is (151,240,76). Sum of RGB (Red+Green+Blue) = 151+240+76=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #97F04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97F04C is #680FB3. Grayscale: #C3C3C3. Windows color (decimal): -6819764 or 5042327. OLE color: 5042327.

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

Color convert

RGB15124076-
CMYK0.3700.680.06
HSL92.56º84.54%61.96%-
HSV(B)92.56º68.33%94.12%-
XYZ45.2369.4217.85-
YUV194.6961.0196.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 76 (30.08% from 255) = 16.27%
R=32.33%
G=51.39%
B=16.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151240760.3700.680.0692.5684.5461.96
Hex97F04C2504465d553e
Octal227360114450104613512576
Binary100101111111000010011001001010100010011010111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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