Html Css Color HEX #00C755 Malachite

📋 copy color: '#00C755'

red 0 ◦ green 199 ◦ blue 85

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

Shades of Malachite #00C755

Tints of Malachite #00C755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 70.07%

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

R = 0%
G = 70.07%
B = 29.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#00C755 (or 0x00C755) is known color: Malachite. HEX triplet: 00, C7 and 55. RGB value is (0,199,85). Sum of RGB (Red+Green+Blue) = 0+199+85=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 199 (78.12% from 255 or 70.07% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 199 - color contains mainly: green. Hex color #00C755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C755 is #FF38AA. Grayscale: #7E7E7E. Windows color (decimal): -16726187 or 5621504. OLE color: 5621504.

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

Color convert

RGB 0 199 85 -
CMYK 1 0 0.57 0.22
HSL 145.63º 1% 0.39% -
HSV(B) 145.63º 1% 0.78% -
XYZ 22.06 41.5 15.44 -
YUV 126.5 104.57 37.77 -
System Red Green Blue C M Y K H S L
Decimal 0 199 85 1 0 0.57 0.22 145.63 1 0.39
Hex 0 C7 55 64 0 39 16 92 64 27
Octal 0 307 125 144 0 71 26 222 144 47
Binary 0 11000111 1010101 1100100 0 111001 10110 10010010 1100100 100111

Color Harmonies of #00C755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C755

Black with #00C755

Text Example


Text Example

White with #00C755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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