#98F30B

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

Shades of Spring Bud #98F30B

Tints of Spring Bud #98F30B

Color information

#98F30B (or 0x98F30B) is unknown color: approx Spring Bud. HEX triplet: 98, F3 and 0B. RGB value is (152,243,11). Sum of RGB (Red+Green+Blue) = 152+243+11=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #98F30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F30B is #670CF4. Grayscale: #BEBEBE. Windows color (decimal): -6753525 or 783256. OLE color: 783256.

HSL color Cylindrical-coordinate representation of color #98F30B: hue angle of 83.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98F30B is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB15224311-
CMYK0.3700.950.05
HSL83.53º91.34%49.8%-
HSV(B)83.53º95.47%95.29%-
XYZ45.0670.811.61-
YUV189.3427.35101.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 243 (95.31% from 255) = 59.85%
BLUE value IS 11 (4.69% from 255) = 2.71%
R=37.44%
G=59.85%
B=2.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152243110.3700.950.0583.5391.3449.8
Hex98F3B2505F5545b32
Octal23036313450137512413362
Binary100110001111001110111001010101111110110101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,243,11); }

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

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

 a { background-color: rgb(152,243,11); }

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

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

 span { border-color: rgb(152,243,11); }

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