Html Css Color HEX #98F116 Spring Bud

📋 copy color: '#98F116'

red 152 ◦ green 241 ◦ blue 22

#98F116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #98F116

Tints of Spring Bud #98F116

RGB

 RED value IS 152 (59.77% from 255) = 36.63%

 GREEN value IS 241 (94.53% from 255) = 58.07%

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 36.63%
G = 58.07%
B = 5.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#98F116 (or 0x98F116) is known color: Spring Bud. HEX triplet: 98, F1 and 16. RGB value is (152,241,22). Sum of RGB (Red+Green+Blue) = 152+241+22=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #98F116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F116 is #670EE9. Grayscale: #BEBEBE. Windows color (decimal): -6754026 or 1503640. OLE color: 1503640.

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

Color convert

RGB 152 241 22 -
CMYK 0.37 0 0.91 0.05
HSL 84.38º 0.89% 0.52% -
HSV(B) 84.38º 0.91% 0.95% -
XYZ 44.55 69.64 11.85 -
YUV 189.42 33.51 101.31 -
System Red Green Blue C M Y K H S L
Decimal 152 241 22 0.37 0 0.91 0.05 84.38 0.89 0.52
Hex 98 F1 16 25 0 5B 5 54 59 34
Octal 230 361 26 45 0 133 5 124 131 64
Binary 10011000 11110001 10110 100101 0 1011011 101 1010100 1011001 110100

Color Harmonies of #98F116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F116

Black with #98F116

Text Example


Text Example

White with #98F116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,241,22); }

 H1.HeaderClassName
 {
   color: #98F116;
 }
 .AnyTagClassName
 {
   color: #98F116;
 }
</style>

background-color css

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

 a { background-color: rgb(152,241,22); }

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

border-color css

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

 span { border-color: rgb(152,241,22); }

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