#00CD67

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

Shades of Malachite #00CD67

Tints of Malachite #00CD67

Color information

#00CD67 (or 0x00CD67) is unknown color: approx Malachite. HEX triplet: 00, CD and 67. RGB value is (0,205,103). Sum of RGB (Red+Green+Blue) = 0+205+103=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CD67 is #FF3298. Grayscale: #848484. Windows color (decimal): -16724633 or 6802688. OLE color: 6802688.

HSL color Cylindrical-coordinate representation of color #00CD67: hue angle of 150.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CD67 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB0205103-
CMYK100.500.20
HSL150.15º100%40.2%-
HSV(B)150.15º100%80.39%-
XYZ24.2844.6420.17-
YUV132.08111.5833.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 205 (80.47% from 255) = 66.56%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=0%
G=66.56%
B=33.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal0205103100.500.20150.1510040.2
Hex0CD676403214966428
Octal03151471440622422614450
Binary01100110111001111100100011001010100100101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,205,103); }

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

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

 a { background-color: rgb(0,205,103); }

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

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

 span { border-color: rgb(0,205,103); }

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