Html Css Color HEX #00C955 Malachite

📋 copy color: '#00C955'

red 0 ◦ green 201 ◦ blue 85

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

Shades of Malachite #00C955

Tints of Malachite #00C955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 70.28%

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 0%
G = 70.28%
B = 29.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#00C955 (or 0x00C955) is known color: Malachite. HEX triplet: 00, C9 and 55. RGB value is (0,201,85). Sum of RGB (Red+Green+Blue) = 0+201+85=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 201 (78.91% from 255 or 70.28% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 201 - color contains mainly: green. Hex color #00C955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C955 is #FF36AA. Grayscale: #7F7F7F. Windows color (decimal): -16725675 or 5622016. OLE color: 5622016.

HSL color Cylindrical-coordinate representation of color #00C955: hue angle of 145.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C955 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 201 85 -
CMYK 1 0 0.58 0.21
HSL 145.37º 1% 0.39% -
HSV(B) 145.37º 1% 0.79% -
XYZ 22.53 42.43 15.6 -
YUV 127.68 103.91 36.93 -
System Red Green Blue C M Y K H S L
Decimal 0 201 85 1 0 0.58 0.21 145.37 1 0.39
Hex 0 C9 55 64 0 3A 15 91 64 27
Octal 0 311 125 144 0 72 25 221 144 47
Binary 0 11001001 1010101 1100100 0 111010 10101 10010001 1100100 100111

Color Harmonies of #00C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C955

Black with #00C955

Text Example


Text Example

White with #00C955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,201,85); }

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

background-color css

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

 a { background-color: rgb(0,201,85); }

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

border-color css

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

 span { border-color: rgb(0,201,85); }

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