Html Css Color HEX #0DD521 Dark Pastel Green

📋 copy color: '#0DD521'

red 13 ◦ green 213 ◦ blue 33

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

Shades of Dark Pastel Green #0DD521

Tints of Dark Pastel Green #0DD521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 5.02%
G = 82.24%
B = 12.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#0DD521 (or 0x0DD521) is known color: Dark Pastel Green. HEX triplet: 0D, D5 and 21. RGB value is (13,213,33). Sum of RGB (Red+Green+Blue) = 13+213+33=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD521 is #F22ADE. Grayscale: #858585. Windows color (decimal): -15870687 or 2217229. OLE color: 2217229.

HSL color Cylindrical-coordinate representation of color #0DD521: hue angle of 126º 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 #0DD521 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 213 33 -
CMYK 0.94 0 0.85 0.16
HSL 126º 0.88% 0.44% -
HSV(B) 126º 0.94% 0.84% -
XYZ 24.23 47.78 9.38 -
YUV 132.68 71.74 42.64 -
System Red Green Blue C M Y K H S L
Decimal 13 213 33 0.94 0 0.85 0.16 126 0.88 0.44
Hex D D5 21 5E 0 55 10 7E 58 2C
Octal 15 325 41 136 0 125 20 176 130 54
Binary 1101 11010101 100001 1011110 0 1010101 10000 1111110 1011000 101100

Color Harmonies of #0DD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD521

Black with #0DD521

Text Example


Text Example

White with #0DD521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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