#99EC03

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

Shades of Spring Bud #99EC03

Tints of Spring Bud #99EC03

Color information

#99EC03 (or 0x99EC03) is unknown color: approx Spring Bud. HEX triplet: 99, EC and 03. RGB value is (153,236,3). Sum of RGB (Red+Green+Blue) = 153+236+3=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC03 is #6613FC. Grayscale: #B9B9B9. Windows color (decimal): -6689789 or 257177. OLE color: 257177.

HSL color Cylindrical-coordinate representation of color #99EC03: hue angle of 81.37º 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 #99EC03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB1532363-
CMYK0.3500.990.07
HSL81.37º97.49%46.86%-
HSV(B)81.37º98.73%92.55%-
XYZ43.1566.7710.7-
YUV184.6225.5105.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 236 (92.58% from 255) = 60.20%
BLUE value IS 3 (1.56% from 255) = 0.77%
R=39.03%
G=60.20%
B=0.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15323630.3500.990.0781.3797.4946.86
Hex99EC323063751612f
Octal2313543430143712114157
Binary1001100111101100111000110110001111110100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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