#00dd38

Color #00DD38 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00DD38

Tints of Malachite #00DD38

Color information

#00DD38 (or 0x00DD38) is unknown color: approx Malachite. HEX triplet: 00, DD and 38. RGB value is (0,221,56). Sum of RGB (Red+Green+Blue) = 0+221+56=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD38 is #FF22C7. Grayscale: #888888. Windows color (decimal): -16720584 or 3726592. OLE color: 3726592.

HSL color Cylindrical-coordinate representation of color #00DD38: hue angle of 135.2º 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 #00DD38 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB022156-
CMYK100.750.13
HSL135.2º100%43.33%-
HSV(B)135.2º100%86.67%-
XYZ26.575212.38-
YUV136.1182.7830.92-

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) = 79.78%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=0%
G=79.78%
B=20.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022156100.750.13135.210043.33
Hex0DD386404BD87642b
Octal03357014401131520714453
Binary0110111011110001100100010010111101100001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00dd38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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