#00cb4c

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

Shades of Malachite #00CB4C

Tints of Malachite #00CB4C

Color information

#00CB4C (or 0x00CB4C) is unknown color: approx Malachite. HEX triplet: 00, CB and 4C. RGB value is (0,203,76). Sum of RGB (Red+Green+Blue) = 0+203+76=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CB4C is #FF34B3. Grayscale: #808080. Windows color (decimal): -16725172 or 5032704. OLE color: 5032704.

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

Color convert

RGB020376-
CMYK100.630.20
HSL142.46º100%39.8%-
HSV(B)142.46º100%79.61%-
XYZ22.6643.2313.99-
YUV127.8298.7536.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 203 (79.69% from 255) = 72.76%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=0%
G=72.76%
B=27.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal020376100.630.20142.4610039.8
Hex0CB4C6403F148e6428
Octal03131141440772421614450
Binary01100101110011001100100011111110100100011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00cb4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,203,76); }

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

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

 a { background-color: rgb(0,203,76); }

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

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

 span { border-color: rgb(0,203,76); }

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