#00dd33

Color #00DD33 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00DD33

Tints of Dark Pastel Green #00DD33

Color information

#00DD33 (or 0x00DD33) is unknown color: approx Dark Pastel Green. HEX triplet: 00, DD and 33. RGB value is (0,221,51). Sum of RGB (Red+Green+Blue) = 0+221+51=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD33 is #FF22CC. Grayscale: #888888. Windows color (decimal): -16720589 or 3398912. OLE color: 3398912.

HSL color Cylindrical-coordinate representation of color #00DD33: hue angle of 133.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD33 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB022151-
CMYK100.770.13
HSL133.85º100%43.33%-
HSV(B)133.85º100%86.67%-
XYZ26.4551.9511.77-
YUV135.5480.2831.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 81.25%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=0%
G=81.25%
B=18.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022151100.770.13133.8510043.33
Hex0DD336404DD86642b
Octal03356314401151520614453
Binary0110111011100111100100010011011101100001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00dd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00dd33; }

 p { color: rgb(0,221,51); }

 H1.HeaderClassName
 {
   color: #00dd33;
 }
 .AnyTagClassName
 {
   color: #00dd33;
 }
</style>
background-color css

<style>
 a { background-color: #00dd33; }

 a { background-color: rgb(0,221,51); }

 div.DivClassName
 {
   background-color: #00dd33;
 }
 .BgClassName
 {
   background-color: #00dd33;
 }
</style>
border-color css

<style>
 span { border-color: #00dd33; }

 span { border-color: rgb(0,221,51); }

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