Html Css Color HEX #98FA19 Spring Bud

📋 copy color: '#98FA19'

red 152 ◦ green 250 ◦ blue 25

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

Shades of Spring Bud #98FA19

Tints of Spring Bud #98FA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.55%

 BLUE value IS 25 (10.16% from 255) = 5.85%

R = 35.6%
G = 58.55%
B = 5.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#98FA19 (or 0x98FA19) is known color: Spring Bud. HEX triplet: 98, FA and 19. RGB value is (152,250,25). Sum of RGB (Red+Green+Blue) = 152+250+25=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA19 is #6705E6. Grayscale: #C3C3C3. Windows color (decimal): -6751719 or 1702552. OLE color: 1702552.

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

Color convert

RGB 152 250 25 -
CMYK 0.39 0 0.9 0.02
HSL 86.13º 0.96% 0.54% -
HSV(B) 86.13º 0.9% 0.98% -
XYZ 47.31 75.12 12.93 -
YUV 195.05 32.03 97.3 -
System Red Green Blue C M Y K H S L
Decimal 152 250 25 0.39 0 0.9 0.02 86.13 0.96 0.54
Hex 98 FA 19 27 0 5A 2 56 60 36
Octal 230 372 31 47 0 132 2 126 140 66
Binary 10011000 11111010 11001 100111 0 1011010 10 1010110 1100000 110110

Color Harmonies of #98FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA19

Black with #98FA19

Text Example


Text Example

White with #98FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,250,25); }

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

background-color css

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

 a { background-color: rgb(152,250,25); }

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

border-color css

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

 span { border-color: rgb(152,250,25); }

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