Html Css Color HEX #01C75F Malachite

📋 copy color: '#01C75F'

red 1 ◦ green 199 ◦ blue 95

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

Shades of Malachite #01C75F

Tints of Malachite #01C75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 0.34%
G = 67.46%
B = 32.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#01C75F (or 0x01C75F) is known color: Malachite. HEX triplet: 01, C7 and 5F. RGB value is (1,199,95). Sum of RGB (Red+Green+Blue) = 1+199+95=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 199 (78.12% from 255 or 67.46% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 199 - color contains mainly: green. Hex color #01C75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C75F is #FE38A0. Grayscale: #808080. Windows color (decimal): -16660641 or 6276865. OLE color: 6276865.

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

Color convert

RGB 1 199 95 -
CMYK 0.99 0 0.52 0.22
HSL 148.48º 0.99% 0.39% -
HSV(B) 148.48º 0.99% 0.78% -
XYZ 22.5 41.68 17.69 -
YUV 127.94 109.4 37.46 -
System Red Green Blue C M Y K H S L
Decimal 1 199 95 0.99 0 0.52 0.22 148.48 0.99 0.39
Hex 1 C7 5F 63 0 34 16 94 63 27
Octal 1 307 137 143 0 64 26 224 143 47
Binary 1 11000111 1011111 1100011 0 110100 10110 10010100 1100011 100111

Color Harmonies of #01C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C75F

Black with #01C75F

Text Example


Text Example

White with #01C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,199,95); }

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

background-color css

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

 a { background-color: rgb(1,199,95); }

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

border-color css

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

 span { border-color: rgb(1,199,95); }

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