Html Css Color HEX #10DA31 Dark Pastel Green

📋 copy color: '#10DA31'

red 16 ◦ green 218 ◦ blue 49

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

Shades of Dark Pastel Green #10DA31

Tints of Dark Pastel Green #10DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.03%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 5.65%
G = 77.03%
B = 17.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#10DA31 (or 0x10DA31) is known color: Dark Pastel Green. HEX triplet: 10, DA and 31. RGB value is (16,218,49). Sum of RGB (Red+Green+Blue) = 16+218+49=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DA31 is #EF25CE. Grayscale: #8A8A8A. Windows color (decimal): -15672783 or 3267088. OLE color: 3267088.

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

Color convert

RGB 16 218 49 -
CMYK 0.93 0 0.78 0.15
HSL 129.8º 0.86% 0.46% -
HSV(B) 129.8º 0.93% 0.85% -
XYZ 25.84 50.47 11.29 -
YUV 138.34 77.58 40.74 -
System Red Green Blue C M Y K H S L
Decimal 16 218 49 0.93 0 0.78 0.15 129.8 0.86 0.46
Hex 10 DA 31 5D 0 4E F 82 56 2E
Octal 20 332 61 135 0 116 17 202 126 56
Binary 10000 11011010 110001 1011101 0 1001110 1111 10000010 1010110 101110

Color Harmonies of #10DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA31

Black with #10DA31

Text Example


Text Example

White with #10DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,218,49); }

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

background-color css

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

 a { background-color: rgb(16,218,49); }

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

border-color css

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

 span { border-color: rgb(16,218,49); }

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