Html Css Color HEX #0DD82B Dark Pastel Green

📋 copy color: '#0DD82B'

red 13 ◦ green 216 ◦ blue 43

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

Shades of Dark Pastel Green #0DD82B

Tints of Dark Pastel Green #0DD82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.41%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 4.78%
G = 79.41%
B = 15.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#0DD82B (or 0x0DD82B) is known color: Dark Pastel Green. HEX triplet: 0D, D8 and 2B. RGB value is (13,216,43). Sum of RGB (Red+Green+Blue) = 13+216+43=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD82B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD82B is #F227D4. Grayscale: #888888. Windows color (decimal): -15869909 or 2873357. OLE color: 2873357.

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

Color convert

RGB 13 216 43 -
CMYK 0.94 0 0.80 0.15
HSL 128.87º 0.89% 0.45% -
HSV(B) 128.87º 0.94% 0.85% -
XYZ 25.16 49.37 10.49 -
YUV 135.58 75.75 40.57 -
System Red Green Blue C M Y K H S L
Decimal 13 216 43 0.94 0 0.80 0.15 128.87 0.89 0.45
Hex D D8 2B 5E 0 50 F 81 59 2D
Octal 15 330 53 136 0 120 17 201 131 55
Binary 1101 11011000 101011 1011110 0 1010000 1111 10000001 1011001 101101

Color Harmonies of #0DD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD82B

Black with #0DD82B

Text Example


Text Example

White with #0DD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,216,43); }

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

background-color css

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

 a { background-color: rgb(13,216,43); }

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

border-color css

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

 span { border-color: rgb(13,216,43); }

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