Html Css Color HEX #01CF52 Malachite

📋 copy color: '#01CF52'

red 1 ◦ green 207 ◦ blue 82

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

Shades of Malachite #01CF52

Tints of Malachite #01CF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 0.34%
G = 71.38%
B = 28.28%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#01CF52 (or 0x01CF52) is known color: Malachite. HEX triplet: 01, CF and 52. RGB value is (1,207,82). Sum of RGB (Red+Green+Blue) = 1+207+82=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF52 is #FE30AD. Grayscale: #838383. Windows color (decimal): -16658606 or 5426945. OLE color: 5426945.

HSL color Cylindrical-coordinate representation of color #01CF52: hue angle of 143.59º 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 #01CF52 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 82 -
CMYK 1.00 0 0.60 0.19
HSL 143.59º 0.99% 0.41% -
HSV(B) 143.59º 1% 0.81% -
XYZ 23.85 45.24 15.46 -
YUV 131.16 100.25 35.16 -
System Red Green Blue C M Y K H S L
Decimal 1 207 82 1.00 0 0.60 0.19 143.59 0.99 0.41
Hex 1 CF 52 64 0 3C 13 90 63 29
Octal 1 317 122 144 0 74 23 220 143 51
Binary 1 11001111 1010010 1100100 0 111100 10011 10010000 1100011 101001

Color Harmonies of #01CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF52

Black with #01CF52

Text Example


Text Example

White with #01CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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