Html Css Color HEX #00DD7D Spring Green

📋 copy color: '#00DD7D'

red 0 ◦ green 221 ◦ blue 125

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

Shades of Spring Green #00DD7D

Tints of Spring Green #00DD7D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 221 (86.72% from 255) = 63.87%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 0%
G = 63.87%
B = 36.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#00DD7D (or 0x00DD7D) is known color: Spring Green. HEX triplet: 00, DD and 7D. RGB value is (0,221,125). Sum of RGB (Red+Green+Blue) = 0+221+125=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DD7D is #FF2282. Grayscale: #909090. Windows color (decimal): -16720515 or 8248576. OLE color: 8248576.

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

Color convert

RGB 0 221 125 -
CMYK 1 0 0.43 0.13
HSL 153.94º 1% 0.43% -
HSV(B) 153.94º 1% 0.87% -
XYZ 29.56 53.19 28.11 -
YUV 143.98 117.28 25.31 -
System Red Green Blue C M Y K H S L
Decimal 0 221 125 1 0 0.43 0.13 153.94 1 0.43
Hex 0 DD 7D 64 0 2B D 9A 64 2B
Octal 0 335 175 144 0 53 15 232 144 53
Binary 0 11011101 1111101 1100100 0 101011 1101 10011010 1100100 101011

Color Harmonies of #00DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DD7D

Black with #00DD7D

Text Example


Text Example

White with #00DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DD7D;
 }
 .AnyTagClassName
 {
   color: #00DD7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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