Html Css Color HEX #01CE52 Malachite

📋 copy color: '#01CE52'

red 1 ◦ green 206 ◦ blue 82

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

Shades of Malachite #01CE52

Tints of Malachite #01CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 71.28%

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

R = 0.35%
G = 71.28%
B = 28.37%

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

#01CE52 (or 0x01CE52) is known color: Malachite. HEX triplet: 01, CE and 52. RGB value is (1,206,82). Sum of RGB (Red+Green+Blue) = 1+206+82=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CE52 is #FE31AD. Grayscale: #828282. Windows color (decimal): -16658862 or 5426689. OLE color: 5426689.

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

Color convert

RGB 1 206 82 -
CMYK 1.00 0 0.60 0.19
HSL 143.71º 0.99% 0.41% -
HSV(B) 143.71º 1% 0.81% -
XYZ 23.61 44.76 15.38 -
YUV 130.57 100.58 35.58 -
System Red Green Blue C M Y K H S L
Decimal 1 206 82 1.00 0 0.60 0.19 143.71 0.99 0.41
Hex 1 CE 52 64 0 3C 13 90 63 29
Octal 1 316 122 144 0 74 23 220 143 51
Binary 1 11001110 1010010 1100100 0 111100 10011 10010000 1100011 101001

Color Harmonies of #01CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CE52

Black with #01CE52

Text Example


Text Example

White with #01CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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