#99F203

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

Shades of Spring Bud #99F203

Tints of Spring Bud #99F203

Color information

#99F203 (or 0x99F203) is unknown color: approx Spring Bud. HEX triplet: 99, F2 and 03. RGB value is (153,242,3). Sum of RGB (Red+Green+Blue) = 153+242+3=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #99F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F203 is #660DFC. Grayscale: #BDBDBD. Windows color (decimal): -6688253 or 258713. OLE color: 258713.

HSL color Cylindrical-coordinate representation of color #99F203: hue angle of 82.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99F203 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB1532423-
CMYK0.3700.990.05
HSL82.34º97.55%48.04%-
HSV(B)82.34º98.76%94.9%-
XYZ44.9170.2811.29-
YUV188.1423.51102.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 242 (94.92% from 255) = 60.80%
BLUE value IS 3 (1.56% from 255) = 0.75%
R=38.44%
G=60.80%
B=0.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15324230.3700.990.0582.3497.5548.04
Hex99F23250635526230
Octal2313623450143512214260
Binary1001100111110010111001010110001110110100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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