Html Css Color HEX #98F913 Spring Bud

📋 copy color: '#98F913'

red 152 ◦ green 249 ◦ blue 19

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

Shades of Spring Bud #98F913

Tints of Spring Bud #98F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.29%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 36.19%
G = 59.29%
B = 4.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#98F913 (or 0x98F913) is known color: Spring Bud. HEX triplet: 98, F9 and 13. RGB value is (152,249,19). Sum of RGB (Red+Green+Blue) = 152+249+19=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #98F913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F913 is #6706EC. Grayscale: #C2C2C2. Windows color (decimal): -6751981 or 1309080. OLE color: 1309080.

HSL color Cylindrical-coordinate representation of color #98F913: hue angle of 85.3º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98F913 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 249 19 -
CMYK 0.39 0 0.92 0.02
HSL 85.3º 0.95% 0.53% -
HSV(B) 85.3º 0.92% 0.98% -
XYZ 46.94 74.47 12.52 -
YUV 193.78 29.36 98.2 -
System Red Green Blue C M Y K H S L
Decimal 152 249 19 0.39 0 0.92 0.02 85.3 0.95 0.53
Hex 98 F9 13 27 0 5C 2 55 5F 35
Octal 230 371 23 47 0 134 2 125 137 65
Binary 10011000 11111001 10011 100111 0 1011100 10 1010101 1011111 110101

Color Harmonies of #98F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F913

Black with #98F913

Text Example


Text Example

White with #98F913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,249,19); }

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

background-color css

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

 a { background-color: rgb(152,249,19); }

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

border-color css

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

 span { border-color: rgb(152,249,19); }

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