#97F816

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

Shades of Spring Bud #97F816

Tints of Spring Bud #97F816

Color information

#97F816 (or 0x97F816) is unknown color: approx Spring Bud. HEX triplet: 97, F8 and 16. RGB value is (151,248,22). Sum of RGB (Red+Green+Blue) = 151+248+22=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #97F816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F816 is #6807E9. Grayscale: #C2C2C2. Windows color (decimal): -6817770 or 1505431. OLE color: 1505431.

HSL color Cylindrical-coordinate representation of color #97F816: hue angle of 85.75º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97F816 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB15124822-
CMYK0.3900.910.03
HSL85.75º94.17%52.94%-
HSV(B)85.75º91.13%97.25%-
XYZ46.4773.7712.55-
YUV193.2331.3697.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 248 (97.27% from 255) = 58.91%
BLUE value IS 22 (8.98% from 255) = 5.23%
R=35.87%
G=58.91%
B=5.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal151248220.3900.910.0385.7594.1752.94
Hex97F8162705B3565e35
Octal22737026470133312613665
Binary100101111111100010110100111010110111110101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,248,22); }

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

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

 a { background-color: rgb(151,248,22); }

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

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

 span { border-color: rgb(151,248,22); }

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