#98EC03

Color #98EC03 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #98EC03

Tints of Spring Bud #98EC03

Color information

#98EC03 (or 0x98EC03) is unknown color: approx Spring Bud. HEX triplet: 98, EC and 03. RGB value is (152,236,3). Sum of RGB (Red+Green+Blue) = 152+236+3=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC03 is #6713FC. Grayscale: #B9B9B9. Windows color (decimal): -6755325 or 257176. OLE color: 257176.

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

Color convert

RGB1522363-
CMYK0.3600.990.07
HSL81.63º97.49%46.86%-
HSV(B)81.63º98.73%92.55%-
XYZ42.9666.6710.69-
YUV184.3225.67104.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 236 (92.58% from 255) = 60.36%
BLUE value IS 3 (1.56% from 255) = 0.77%
R=38.87%
G=60.36%
B=0.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15223630.3600.990.0781.6397.4946.86
Hex98EC324063752612f
Octal2303543440143712214157
Binary1001100011101100111001000110001111110100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98EC03;
 }
 .AnyTagClassName
 {
   color: #98EC03;
 }
</style>
background-color css

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

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

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

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

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

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