Html Css Color HEX #10DD80 Spring Green

📋 copy color: '#10DD80'

red 16 ◦ green 221 ◦ blue 128

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

Shades of Spring Green #10DD80

Tints of Spring Green #10DD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 4.38%
G = 60.55%
B = 35.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#10DD80 (or 0x10DD80) is known color: Spring Green. HEX triplet: 10, DD and 80. RGB value is (16,221,128). Sum of RGB (Red+Green+Blue) = 16+221+128=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DD80 is #EF227F. Grayscale: #959595. Windows color (decimal): -15671936 or 8445200. OLE color: 8445200.

HSL color Cylindrical-coordinate representation of color #10DD80: hue angle of 152.78º 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 #10DD80 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 221 128 -
CMYK 0.93 0 0.42 0.13
HSL 152.78º 0.86% 0.46% -
HSV(B) 152.78º 0.93% 0.87% -
XYZ 29.97 53.38 29.15 -
YUV 149.1 116.08 33.06 -
System Red Green Blue C M Y K H S L
Decimal 16 221 128 0.93 0 0.42 0.13 152.78 0.86 0.46
Hex 10 DD 80 5D 0 2A D 99 56 2E
Octal 20 335 200 135 0 52 15 231 126 56
Binary 10000 11011101 10000000 1011101 0 101010 1101 10011001 1010110 101110

Color Harmonies of #10DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD80

Black with #10DD80

Text Example


Text Example

White with #10DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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