#98F811

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

Shades of Spring Bud #98F811

Tints of Spring Bud #98F811

Color information

#98F811 (or 0x98F811) is unknown color: approx Spring Bud. HEX triplet: 98, F8 and 11. RGB value is (152,248,17). Sum of RGB (Red+Green+Blue) = 152+248+17=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 248 (97.27% from 255 or 59.47% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 248 - color contains mainly: green. Hex color #98F811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F811 is #6707EE. Grayscale: #C1C1C1. Windows color (decimal): -6752239 or 1177752. OLE color: 1177752.

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

Color convert

RGB15224817-
CMYK0.3900.930.03
HSL84.94º94.29%51.96%-
HSV(B)84.94º93.15%97.25%-
XYZ46.6273.8512.33-
YUV192.9628.798.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 248 (97.27% from 255) = 59.47%
BLUE value IS 17 (7.03% from 255) = 4.08%
R=36.45%
G=59.47%
B=4.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal152248170.3900.930.0384.9494.2951.96
Hex98F8112705D3555e34
Octal23037021470135312513664
Binary100110001111100010001100111010111011110101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F811; }

 p { color: rgb(152,248,17); }

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

<style>
 a { background-color: #98F811; }

 a { background-color: rgb(152,248,17); }

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

<style>
 span { border-color: #98F811; }

 span { border-color: rgb(152,248,17); }

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