Html Css Color HEX #98FE11 Spring Bud

📋 copy color: '#98FE11'

red 152 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #98FE11

Tints of Spring Bud #98FE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.05%

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

R = 35.93%
G = 60.05%
B = 4.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#98FE11 (or 0x98FE11) is known color: Spring Bud. HEX triplet: 98, FE and 11. RGB value is (152,254,17). Sum of RGB (Red+Green+Blue) = 152+254+17=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FE11 is #6701EE. Grayscale: #C5C5C5. Windows color (decimal): -6750703 or 1179288. OLE color: 1179288.

HSL color Cylindrical-coordinate representation of color #98FE11: hue angle of 85.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98FE11 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 254 17 -
CMYK 0.40 0 0.93 0.00
HSL 85.82º 0.99% 0.53% -
HSV(B) 85.82º 0.93% 1% -
XYZ 48.49 77.6 12.95 -
YUV 196.48 26.71 96.27 -
System Red Green Blue C M Y K H S L
Decimal 152 254 17 0.40 0 0.93 0.00 85.82 0.99 0.53
Hex 98 FE 11 28 0 5D 0 56 63 35
Octal 230 376 21 50 0 135 0 126 143 65
Binary 10011000 11111110 10001 101000 0 1011101 0 1010110 1100011 110101

Color Harmonies of #98FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FE11

Black with #98FE11

Text Example


Text Example

White with #98FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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