Html Css Color HEX #98FE01 Spring Bud

📋 copy color: '#98FE01'

red 152 ◦ green 254 ◦ blue 1

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

Shades of Spring Bud #98FE01

Tints of Spring Bud #98FE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 37.35%
G = 62.41%
B = 0.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#98FE01 (or 0x98FE01) is known color: Spring Bud. HEX triplet: 98, FE and 01. RGB value is (152,254,1). Sum of RGB (Red+Green+Blue) = 152+254+1=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FE01 is #6701FE. Grayscale: #C3C3C3. Windows color (decimal): -6750719 or 130712. OLE color: 130712.

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

Color convert

RGB 152 254 1 -
CMYK 0.40 0 1.00 0.00
HSL 84.19º 0.99% 0.5% -
HSV(B) 84.19º 1% 1% -
XYZ 48.4 77.56 12.45 -
YUV 194.66 18.71 97.57 -
System Red Green Blue C M Y K H S L
Decimal 152 254 1 0.40 0 1.00 0.00 84.19 0.99 0.5
Hex 98 FE 1 28 0 64 0 54 63 32
Octal 230 376 1 50 0 144 0 124 143 62
Binary 10011000 11111110 1 101000 0 1100100 0 1010100 1100011 110010

Color Harmonies of #98FE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FE01

Black with #98FE01

Text Example


Text Example

White with #98FE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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