Html Css Color HEX #98FA11 Spring Bud

📋 copy color: '#98FA11'

red 152 ◦ green 250 ◦ blue 17

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

Shades of Spring Bud #98FA11

Tints of Spring Bud #98FA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 36.28%
G = 59.67%
B = 4.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#98FA11 (or 0x98FA11) is known color: Spring Bud. HEX triplet: 98, FA and 11. RGB value is (152,250,17). Sum of RGB (Red+Green+Blue) = 152+250+17=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA11 is #6705EE. Grayscale: #C2C2C2. Windows color (decimal): -6751727 or 1178264. OLE color: 1178264.

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

Color convert

RGB 152 250 17 -
CMYK 0.39 0 0.93 0.02
HSL 85.24º 0.96% 0.52% -
HSV(B) 85.24º 0.93% 0.98% -
XYZ 47.24 75.09 12.53 -
YUV 194.14 28.03 97.95 -
System Red Green Blue C M Y K H S L
Decimal 152 250 17 0.39 0 0.93 0.02 85.24 0.96 0.52
Hex 98 FA 11 27 0 5D 2 55 60 34
Octal 230 372 21 47 0 135 2 125 140 64
Binary 10011000 11111010 10001 100111 0 1011101 10 1010101 1100000 110100

Color Harmonies of #98FA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA11

Black with #98FA11

Text Example


Text Example

White with #98FA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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