Html Css Color HEX #0DD039 Dark Pastel Green

📋 copy color: '#0DD039'

red 13 ◦ green 208 ◦ blue 57

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

Shades of Dark Pastel Green #0DD039

Tints of Dark Pastel Green #0DD039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 74.82%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 4.68%
G = 74.82%
B = 20.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#0DD039 (or 0x0DD039) is known color: Dark Pastel Green. HEX triplet: 0D, D0 and 39. RGB value is (13,208,57). Sum of RGB (Red+Green+Blue) = 13+208+57=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD039 is #F22FC6. Grayscale: #848484. Windows color (decimal): -15871943 or 3788813. OLE color: 3788813.

HSL color Cylindrical-coordinate representation of color #0DD039: hue angle of 133.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD039 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 57 -
CMYK 0.94 0 0.73 0.18
HSL 133.54º 0.88% 0.43% -
HSV(B) 133.54º 0.94% 0.82% -
XYZ 23.46 45.49 11.42 -
YUV 132.48 85.4 42.78 -
System Red Green Blue C M Y K H S L
Decimal 13 208 57 0.94 0 0.73 0.18 133.54 0.88 0.43
Hex D D0 39 5E 0 49 12 86 58 2B
Octal 15 320 71 136 0 111 22 206 130 53
Binary 1101 11010000 111001 1011110 0 1001001 10010 10000110 1011000 101011

Color Harmonies of #0DD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD039

Black with #0DD039

Text Example


Text Example

White with #0DD039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,57); }

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

background-color css

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

 a { background-color: rgb(13,208,57); }

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

border-color css

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

 span { border-color: rgb(13,208,57); }

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