Html Css Color HEX #0DD733 Dark Pastel Green

📋 copy color: '#0DD733'

red 13 ◦ green 215 ◦ blue 51

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

Shades of Dark Pastel Green #0DD733

Tints of Dark Pastel Green #0DD733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 4.66%
G = 77.06%
B = 18.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#0DD733 (or 0x0DD733) is known color: Dark Pastel Green. HEX triplet: 0D, D7 and 33. RGB value is (13,215,51). Sum of RGB (Red+Green+Blue) = 13+215+51=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 215 (84.38% from 255 or 77.06% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD733 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD733 is #F228CC. Grayscale: #888888. Windows color (decimal): -15870157 or 3397389. OLE color: 3397389.

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

Color convert

RGB 13 215 51 -
CMYK 0.94 0 0.76 0.16
HSL 131.29º 0.89% 0.45% -
HSV(B) 131.29º 0.94% 0.84% -
XYZ 25.06 48.93 11.25 -
YUV 135.91 80.08 40.34 -
System Red Green Blue C M Y K H S L
Decimal 13 215 51 0.94 0 0.76 0.16 131.29 0.89 0.45
Hex D D7 33 5E 0 4C 10 83 59 2D
Octal 15 327 63 136 0 114 20 203 131 55
Binary 1101 11010111 110011 1011110 0 1001100 10000 10000011 1011001 101101

Color Harmonies of #0DD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD733

Black with #0DD733

Text Example


Text Example

White with #0DD733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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