Html Css Color HEX #00CD58 Malachite

📋 copy color: '#00CD58'

red 0 ◦ green 205 ◦ blue 88

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

Shades of Malachite #00CD58

Tints of Malachite #00CD58

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 205 (80.47% from 255) = 69.97%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 0%
G = 69.97%
B = 30.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#00CD58 (or 0x00CD58) is known color: Malachite. HEX triplet: 00, CD and 58. RGB value is (0,205,88). Sum of RGB (Red+Green+Blue) = 0+205+88=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CD58 is #FF32A7. Grayscale: #828282. Windows color (decimal): -16724648 or 5819648. OLE color: 5819648.

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

Color convert

RGB 0 205 88 -
CMYK 1 0 0.57 0.20
HSL 145.76º 1% 0.4% -
HSV(B) 145.76º 1% 0.8% -
XYZ 23.59 44.37 16.55 -
YUV 130.37 104.08 35.01 -
System Red Green Blue C M Y K H S L
Decimal 0 205 88 1 0 0.57 0.20 145.76 1 0.4
Hex 0 CD 58 64 0 39 14 92 64 28
Octal 0 315 130 144 0 71 24 222 144 50
Binary 0 11001101 1011000 1100100 0 111001 10100 10010010 1100100 101000

Color Harmonies of #00CD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CD58

Black with #00CD58

Text Example


Text Example

White with #00CD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00CD58;
 }
 .AnyTagClassName
 {
   color: #00CD58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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