Html Css Color HEX #98EC04 Spring Bud

📋 copy color: '#98EC04'

red 152 ◦ green 236 ◦ blue 4

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

Shades of Spring Bud #98EC04

Tints of Spring Bud #98EC04

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.2%

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

R = 38.78%
G = 60.2%
B = 1.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#98EC04 (or 0x98EC04) is known color: Spring Bud. HEX triplet: 98, EC and 04. RGB value is (152,236,4). Sum of RGB (Red+Green+Blue) = 152+236+4=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC04 is #6713FB. Grayscale: #B9B9B9. Windows color (decimal): -6755324 or 322712. OLE color: 322712.

HSL color Cylindrical-coordinate representation of color #98EC04: hue angle of 81.72º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98EC04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 236 4 -
CMYK 0.36 0 0.98 0.07
HSL 81.72º 0.97% 0.47% -
HSV(B) 81.72º 0.98% 0.93% -
XYZ 42.97 66.68 10.72 -
YUV 184.44 26.17 104.86 -
System Red Green Blue C M Y K H S L
Decimal 152 236 4 0.36 0 0.98 0.07 81.72 0.97 0.47
Hex 98 EC 4 24 0 62 7 52 61 2F
Octal 230 354 4 44 0 142 7 122 141 57
Binary 10011000 11101100 100 100100 0 1100010 111 1010010 1100001 101111

Color Harmonies of #98EC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EC04

Black with #98EC04

Text Example


Text Example

White with #98EC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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