Html Css Color HEX #0DD325 Dark Pastel Green

📋 copy color: '#0DD325'

red 13 ◦ green 211 ◦ blue 37

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

Shades of Dark Pastel Green #0DD325

Tints of Dark Pastel Green #0DD325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 4.98%
G = 80.84%
B = 14.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#0DD325 (or 0x0DD325) is known color: Dark Pastel Green. HEX triplet: 0D, D3 and 25. RGB value is (13,211,37). Sum of RGB (Red+Green+Blue) = 13+211+37=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 211 (82.81% from 255 or 80.84% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD325 is #F22CDA. Grayscale: #848484. Windows color (decimal): -15871195 or 2478861. OLE color: 2478861.

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

Color convert

RGB 13 211 37 -
CMYK 0.94 0 0.82 0.17
HSL 127.27º 0.88% 0.44% -
HSV(B) 127.27º 0.94% 0.83% -
XYZ 23.79 46.81 9.53 -
YUV 131.96 74.4 43.15 -
System Red Green Blue C M Y K H S L
Decimal 13 211 37 0.94 0 0.82 0.17 127.27 0.88 0.44
Hex D D3 25 5E 0 52 11 7F 58 2C
Octal 15 323 45 136 0 122 21 177 130 54
Binary 1101 11010011 100101 1011110 0 1010010 10001 1111111 1011000 101100

Color Harmonies of #0DD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD325

Black with #0DD325

Text Example


Text Example

White with #0DD325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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