Html Css Color HEX #10D531 Dark Pastel Green

📋 copy color: '#10D531'

red 16 ◦ green 213 ◦ blue 49

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

Shades of Dark Pastel Green #10D531

Tints of Dark Pastel Green #10D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.62%

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

R = 5.76%
G = 76.62%
B = 17.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#10D531 (or 0x10D531) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 31. RGB value is (16,213,49). Sum of RGB (Red+Green+Blue) = 16+213+49=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #10D531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D531 is #EF2ACE. Grayscale: #878787. Windows color (decimal): -15674063 or 3265808. OLE color: 3265808.

HSL color Cylindrical-coordinate representation of color #10D531: hue angle of 130.05º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D531 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 213 49 -
CMYK 0.92 0 0.77 0.16
HSL 130.05º 0.86% 0.45% -
HSV(B) 130.05º 0.92% 0.84% -
XYZ 24.56 47.92 10.86 -
YUV 135.4 79.23 42.84 -
System Red Green Blue C M Y K H S L
Decimal 16 213 49 0.92 0 0.77 0.16 130.05 0.86 0.45
Hex 10 D5 31 5C 0 4D 10 82 56 2D
Octal 20 325 61 134 0 115 20 202 126 55
Binary 10000 11010101 110001 1011100 0 1001101 10000 10000010 1010110 101101

Color Harmonies of #10D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D531

Black with #10D531

Text Example


Text Example

White with #10D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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