Html Css Color HEX #0DD731 Dark Pastel Green

📋 copy color: '#0DD731'

red 13 ◦ green 215 ◦ blue 49

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

Shades of Dark Pastel Green #0DD731

Tints of Dark Pastel Green #0DD731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.62%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 4.69%
G = 77.62%
B = 17.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#0DD731 (or 0x0DD731) is known color: Dark Pastel Green. HEX triplet: 0D, D7 and 31. RGB value is (13,215,49). Sum of RGB (Red+Green+Blue) = 13+215+49=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD731 is #F228CE. Grayscale: #888888. Windows color (decimal): -15870159 or 3266317. OLE color: 3266317.

HSL color Cylindrical-coordinate representation of color #0DD731: hue angle of 130.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD731 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 49 -
CMYK 0.94 0 0.77 0.16
HSL 130.69º 0.89% 0.45% -
HSV(B) 130.69º 0.94% 0.84% -
XYZ 25.02 48.91 11.03 -
YUV 135.68 79.08 40.5 -
System Red Green Blue C M Y K H S L
Decimal 13 215 49 0.94 0 0.77 0.16 130.69 0.89 0.45
Hex D D7 31 5E 0 4D 10 83 59 2D
Octal 15 327 61 136 0 115 20 203 131 55
Binary 1101 11010111 110001 1011110 0 1001101 10000 10000011 1011001 101101

Color Harmonies of #0DD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD731

Black with #0DD731

Text Example


Text Example

White with #0DD731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,215,49); }

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

background-color css

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

 a { background-color: rgb(13,215,49); }

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

border-color css

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

 span { border-color: rgb(13,215,49); }

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