Html Css Color HEX #0DD532 Dark Pastel Green

📋 copy color: '#0DD532'

red 13 ◦ green 213 ◦ blue 50

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

Shades of Dark Pastel Green #0DD532

Tints of Dark Pastel Green #0DD532

RGB

 RED value IS 13 (5.47% from 255) = 4.71%

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

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

R = 4.71%
G = 77.17%
B = 18.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#0DD532 (or 0x0DD532) is known color: Dark Pastel Green. HEX triplet: 0D, D5 and 32. RGB value is (13,213,50). Sum of RGB (Red+Green+Blue) = 13+213+50=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD532 is #F22ACD. Grayscale: #878787. Windows color (decimal): -15870670 or 3331341. OLE color: 3331341.

HSL color Cylindrical-coordinate representation of color #0DD532: hue angle of 131.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD532 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 213 50 -
CMYK 0.94 0 0.77 0.16
HSL 131.1º 0.88% 0.44% -
HSV(B) 131.1º 0.94% 0.84% -
XYZ 24.54 47.9 10.97 -
YUV 134.62 80.24 41.25 -
System Red Green Blue C M Y K H S L
Decimal 13 213 50 0.94 0 0.77 0.16 131.1 0.88 0.44
Hex D D5 32 5E 0 4D 10 83 58 2C
Octal 15 325 62 136 0 115 20 203 130 54
Binary 1101 11010101 110010 1011110 0 1001101 10000 10000011 1011000 101100

Color Harmonies of #0DD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD532

Black with #0DD532

Text Example


Text Example

White with #0DD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DD532; }

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

 H1.HeaderClassName
 {
   color: #0DD532;
 }
 .AnyTagClassName
 {
   color: #0DD532;
 }
</style>

background-color css

<style>
 a { background-color: #0DD532; }

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

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

border-color css

<style>
 span { border-color: #0DD532; }

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

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