Html Css Color HEX #10DD7E Spring Green

📋 copy color: '#10DD7E'

red 16 ◦ green 221 ◦ blue 126

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

Shades of Spring Green #10DD7E

Tints of Spring Green #10DD7E

RGB

 RED value IS 16 (6.64% from 255) = 4.41%

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 4.41%
G = 60.88%
B = 34.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#10DD7E (or 0x10DD7E) is known color: Spring Green. HEX triplet: 10, DD and 7E. RGB value is (16,221,126). Sum of RGB (Red+Green+Blue) = 16+221+126=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD7E is #EF2281. Grayscale: #959595. Windows color (decimal): -15671938 or 8314128. OLE color: 8314128.

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

Color convert

RGB 16 221 126 -
CMYK 0.93 0 0.43 0.13
HSL 152.2º 0.86% 0.46% -
HSV(B) 152.2º 0.93% 0.87% -
XYZ 29.84 53.33 28.46 -
YUV 148.88 115.08 33.22 -
System Red Green Blue C M Y K H S L
Decimal 16 221 126 0.93 0 0.43 0.13 152.2 0.86 0.46
Hex 10 DD 7E 5D 0 2B D 98 56 2E
Octal 20 335 176 135 0 53 15 230 126 56
Binary 10000 11011101 1111110 1011101 0 101011 1101 10011000 1010110 101110

Color Harmonies of #10DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD7E

Black with #10DD7E

Text Example


Text Example

White with #10DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DD7E; }

 p { color: rgb(16,221,126); }

 H1.HeaderClassName
 {
   color: #10DD7E;
 }
 .AnyTagClassName
 {
   color: #10DD7E;
 }
</style>

background-color css

<style>
 a { background-color: #10DD7E; }

 a { background-color: rgb(16,221,126); }

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

border-color css

<style>
 span { border-color: #10DD7E; }

 span { border-color: rgb(16,221,126); }

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