Html Css Color HEX #10DD2F Dark Pastel Green

📋 copy color: '#10DD2F'

red 16 ◦ green 221 ◦ blue 47

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

Shades of Dark Pastel Green #10DD2F

Tints of Dark Pastel Green #10DD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 5.63%
G = 77.82%
B = 16.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#10DD2F (or 0x10DD2F) is known color: Dark Pastel Green. HEX triplet: 10, DD and 2F. RGB value is (16,221,47). Sum of RGB (Red+Green+Blue) = 16+221+47=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD2F is #EF22D0. Grayscale: #8C8C8C. Windows color (decimal): -15672017 or 3136784. OLE color: 3136784.

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

Color convert

RGB 16 221 47 -
CMYK 0.93 0 0.79 0.13
HSL 129.07º 0.86% 0.46% -
HSV(B) 129.07º 0.93% 0.87% -
XYZ 26.58 52.03 11.33 -
YUV 139.87 75.58 39.65 -
System Red Green Blue C M Y K H S L
Decimal 16 221 47 0.93 0 0.79 0.13 129.07 0.86 0.46
Hex 10 DD 2F 5D 0 4F D 81 56 2E
Octal 20 335 57 135 0 117 15 201 126 56
Binary 10000 11011101 101111 1011101 0 1001111 1101 10000001 1010110 101110

Color Harmonies of #10DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD2F

Black with #10DD2F

Text Example


Text Example

White with #10DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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