Html Css Color HEX #10D532 Dark Pastel Green

📋 copy color: '#10D532'

red 16 ◦ green 213 ◦ blue 50

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

Shades of Dark Pastel Green #10D532

Tints of Dark Pastel Green #10D532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 5.73%
G = 76.34%
B = 17.92%

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

#10D532 (or 0x10D532) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 32. RGB value is (16,213,50). Sum of RGB (Red+Green+Blue) = 16+213+50=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #10D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D532 is #EF2ACD. Grayscale: #878787. Windows color (decimal): -15674062 or 3331344. OLE color: 3331344.

HSL color Cylindrical-coordinate representation of color #10D532: hue angle of 130.36º 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 #10D532 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 213 50 -
CMYK 0.92 0 0.77 0.16
HSL 130.36º 0.86% 0.45% -
HSV(B) 130.36º 0.92% 0.84% -
XYZ 24.58 47.93 10.97 -
YUV 135.52 79.73 42.75 -
System Red Green Blue C M Y K H S L
Decimal 16 213 50 0.92 0 0.77 0.16 130.36 0.86 0.45
Hex 10 D5 32 5C 0 4D 10 82 56 2D
Octal 20 325 62 134 0 115 20 202 126 55
Binary 10000 11010101 110010 1011100 0 1001101 10000 10000010 1010110 101101

Color Harmonies of #10D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D532

Black with #10D532

Text Example


Text Example

White with #10D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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