Html Css Color HEX #0DD320 Dark Pastel Green

📋 copy color: '#0DD320'

red 13 ◦ green 211 ◦ blue 32

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

Shades of Dark Pastel Green #0DD320

Tints of Dark Pastel Green #0DD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 82.42%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 5.08%
G = 82.42%
B = 12.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#0DD320 (or 0x0DD320) is known color: Dark Pastel Green. HEX triplet: 0D, D3 and 20. RGB value is (13,211,32). Sum of RGB (Red+Green+Blue) = 13+211+32=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD320 is #F22CDF. Grayscale: #838383. Windows color (decimal): -15871200 or 2151181. OLE color: 2151181.

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

Color convert

RGB 13 211 32 -
CMYK 0.94 0 0.85 0.17
HSL 125.76º 0.88% 0.44% -
HSV(B) 125.76º 0.94% 0.83% -
XYZ 23.72 46.78 9.15 -
YUV 131.39 71.9 43.55 -
System Red Green Blue C M Y K H S L
Decimal 13 211 32 0.94 0 0.85 0.17 125.76 0.88 0.44
Hex D D3 20 5E 0 55 11 7E 58 2C
Octal 15 323 40 136 0 125 21 176 130 54
Binary 1101 11010011 100000 1011110 0 1010101 10001 1111110 1011000 101100

Color Harmonies of #0DD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD320

Black with #0DD320

Text Example


Text Example

White with #0DD320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,211,32); }

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

background-color css

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

 a { background-color: rgb(13,211,32); }

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

border-color css

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

 span { border-color: rgb(13,211,32); }

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