Html Css Color HEX #0DD330 Dark Pastel Green

📋 copy color: '#0DD330'

red 13 ◦ green 211 ◦ blue 48

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

Shades of Dark Pastel Green #0DD330

Tints of Dark Pastel Green #0DD330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 4.78%
G = 77.57%
B = 17.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#0DD330 (or 0x0DD330) is known color: Dark Pastel Green. HEX triplet: 0D, D3 and 30. RGB value is (13,211,48). Sum of RGB (Red+Green+Blue) = 13+211+48=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 211 (82.81% from 255 or 77.57% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD330 is #F22CCF. Grayscale: #858585. Windows color (decimal): -15871184 or 3199757. OLE color: 3199757.

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

Color convert

RGB 13 211 48 -
CMYK 0.94 0 0.77 0.17
HSL 130.61º 0.88% 0.44% -
HSV(B) 130.61º 0.94% 0.83% -
XYZ 23.99 46.89 10.58 -
YUV 133.22 79.9 42.25 -
System Red Green Blue C M Y K H S L
Decimal 13 211 48 0.94 0 0.77 0.17 130.61 0.88 0.44
Hex D D3 30 5E 0 4D 11 83 58 2C
Octal 15 323 60 136 0 115 21 203 130 54
Binary 1101 11010011 110000 1011110 0 1001101 10001 10000011 1011000 101100

Color Harmonies of #0DD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD330

Black with #0DD330

Text Example


Text Example

White with #0DD330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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