#03DD7D

Color #03DD7D Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #03DD7D

Tints of Spring Green #03DD7D

Color information

#03DD7D (or 0x03DD7D) is unknown color: approx Spring Green. HEX triplet: 03, DD and 7D. RGB value is (3,221,125). Sum of RGB (Red+Green+Blue) = 3+221+125=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD7D is #FC2282. Grayscale: #919191. Windows color (decimal): -16523907 or 8248579. OLE color: 8248579.

HSL color Cylindrical-coordinate representation of color #03DD7D: hue angle of 153.58º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD7D is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB3221125-
CMYK0.9900.430.13
HSL153.58º97.32%43.92%-
HSV(B)153.58º98.64%86.67%-
XYZ29.653.2128.11-
YUV144.87116.7826.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 221 (86.72% from 255) = 63.32%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=0.86%
G=63.32%
B=35.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32211250.9900.430.13153.5897.3243.92
Hex3DD7D6302BD9a612c
Octal33351751430531523214154
Binary11110111011111101110001101010111101100110101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03DD7D; }

 p { color: rgb(3,221,125); }

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

<style>
 a { background-color: #03DD7D; }

 a { background-color: rgb(3,221,125); }

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

<style>
 span { border-color: #03DD7D; }

 span { border-color: rgb(3,221,125); }

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