Html Css Color HEX #01CF57 Malachite

📋 copy color: '#01CF57'

red 1 ◦ green 207 ◦ blue 87

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

Shades of Malachite #01CF57

Tints of Malachite #01CF57

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 207 (81.25% from 255) = 70.17%

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 0.34%
G = 70.17%
B = 29.49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#01CF57 (or 0x01CF57) is known color: Malachite. HEX triplet: 01, CF and 57. RGB value is (1,207,87). Sum of RGB (Red+Green+Blue) = 1+207+87=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF57 is #FE30A8. Grayscale: #848484. Windows color (decimal): -16658601 or 5754625. OLE color: 5754625.

HSL color Cylindrical-coordinate representation of color #01CF57: hue angle of 145.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF57 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 87 -
CMYK 1.00 0 0.58 0.19
HSL 145.05º 0.99% 0.41% -
HSV(B) 145.05º 1% 0.81% -
XYZ 24.05 45.32 16.5 -
YUV 131.73 102.75 34.76 -
System Red Green Blue C M Y K H S L
Decimal 1 207 87 1.00 0 0.58 0.19 145.05 0.99 0.41
Hex 1 CF 57 64 0 3A 13 91 63 29
Octal 1 317 127 144 0 72 23 221 143 51
Binary 1 11001111 1010111 1100100 0 111010 10011 10010001 1100011 101001

Color Harmonies of #01CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF57

Black with #01CF57

Text Example


Text Example

White with #01CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CF57; }

 p { color: rgb(1,207,87); }

 H1.HeaderClassName
 {
   color: #01CF57;
 }
 .AnyTagClassName
 {
   color: #01CF57;
 }
</style>

background-color css

<style>
 a { background-color: #01CF57; }

 a { background-color: rgb(1,207,87); }

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

border-color css

<style>
 span { border-color: #01CF57; }

 span { border-color: rgb(1,207,87); }

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