Html Css Color HEX #0DD524 Dark Pastel Green

📋 copy color: '#0DD524'

red 13 ◦ green 213 ◦ blue 36

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

Shades of Dark Pastel Green #0DD524

Tints of Dark Pastel Green #0DD524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 4.96%
G = 81.3%
B = 13.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#0DD524 (or 0x0DD524) is known color: Dark Pastel Green. HEX triplet: 0D, D5 and 24. RGB value is (13,213,36). Sum of RGB (Red+Green+Blue) = 13+213+36=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD524 is #F22ADB. Grayscale: #858585. Windows color (decimal): -15870684 or 2413837. OLE color: 2413837.

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

Color convert

RGB 13 213 36 -
CMYK 0.94 0 0.83 0.16
HSL 126.9º 0.88% 0.44% -
HSV(B) 126.9º 0.94% 0.84% -
XYZ 24.28 47.8 9.62 -
YUV 133.02 73.24 42.39 -
System Red Green Blue C M Y K H S L
Decimal 13 213 36 0.94 0 0.83 0.16 126.9 0.88 0.44
Hex D D5 24 5E 0 53 10 7F 58 2C
Octal 15 325 44 136 0 123 20 177 130 54
Binary 1101 11010101 100100 1011110 0 1010011 10000 1111111 1011000 101100

Color Harmonies of #0DD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD524

Black with #0DD524

Text Example


Text Example

White with #0DD524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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