Html Css Color HEX #98E501 Spring Bud

📋 copy color: '#98E501'

red 152 ◦ green 229 ◦ blue 1

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

Shades of Spring Bud #98E501

Tints of Spring Bud #98E501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.95%

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

R = 39.79%
G = 59.95%
B = 0.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#98E501 (or 0x98E501) is known color: Spring Bud. HEX triplet: 98, E5 and 01. RGB value is (152,229,1). Sum of RGB (Red+Green+Blue) = 152+229+1=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #98E501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E501 is #671AFE. Grayscale: #B4B4B4. Windows color (decimal): -6757119 or 124312. OLE color: 124312.

HSL color Cylindrical-coordinate representation of color #98E501: hue angle of 80.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E501 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 229 1 -
CMYK 0.34 0 1.00 0.10
HSL 80.26º 0.99% 0.45% -
HSV(B) 80.26º 1% 0.9% -
XYZ 40.97 62.72 9.97 -
YUV 179.99 26.99 108.04 -
System Red Green Blue C M Y K H S L
Decimal 152 229 1 0.34 0 1.00 0.10 80.26 0.99 0.45
Hex 98 E5 1 22 0 64 A 50 63 2D
Octal 230 345 1 42 0 144 12 120 143 55
Binary 10011000 11100101 1 100010 0 1100100 1010 1010000 1100011 101101

Color Harmonies of #98E501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E501

Black with #98E501

Text Example


Text Example

White with #98E501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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