Html Css Color HEX #98E504 Spring Bud

📋 copy color: '#98E504'

red 152 ◦ green 229 ◦ blue 4

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

Shades of Spring Bud #98E504

Tints of Spring Bud #98E504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 39.48%
G = 59.48%
B = 1.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#98E504 (or 0x98E504) is known color: Spring Bud. HEX triplet: 98, E5 and 04. RGB value is (152,229,4). Sum of RGB (Red+Green+Blue) = 152+229+4=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #98E504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E504 is #671AFB. Grayscale: #B5B5B5. Windows color (decimal): -6757116 or 320920. OLE color: 320920.

HSL color Cylindrical-coordinate representation of color #98E504: hue angle of 80.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98E504 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 229 4 -
CMYK 0.34 0 0.98 0.10
HSL 80.53º 0.97% 0.46% -
HSV(B) 80.53º 0.98% 0.9% -
XYZ 40.99 62.72 10.06 -
YUV 180.33 28.49 107.8 -
System Red Green Blue C M Y K H S L
Decimal 152 229 4 0.34 0 0.98 0.10 80.53 0.97 0.46
Hex 98 E5 4 22 0 62 A 51 61 2E
Octal 230 345 4 42 0 142 12 121 141 56
Binary 10011000 11100101 100 100010 0 1100010 1010 1010001 1100001 101110

Color Harmonies of #98E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E504

Black with #98E504

Text Example


Text Example

White with #98E504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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