Html Css Color HEX #01E752 Malachite

📋 copy color: '#01E752'

red 1 ◦ green 231 ◦ blue 82

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

Shades of Malachite #01E752

Tints of Malachite #01E752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 73.57%

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

R = 0.32%
G = 73.57%
B = 26.11%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#01E752 (or 0x01E752) is known color: Malachite. HEX triplet: 01, E7 and 52. RGB value is (1,231,82). Sum of RGB (Red+Green+Blue) = 1+231+82=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #01E752 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E752 is #FE18AD. Grayscale: #919191. Windows color (decimal): -16652462 or 5433089. OLE color: 5433089.

HSL color Cylindrical-coordinate representation of color #01E752: hue angle of 141.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E752 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 231 82 -
CMYK 1.00 0 0.65 0.09
HSL 141.13º 0.99% 0.45% -
HSV(B) 141.13º 1% 0.91% -
XYZ 30.11 57.77 17.55 -
YUV 145.24 92.3 25.12 -
System Red Green Blue C M Y K H S L
Decimal 1 231 82 1.00 0 0.65 0.09 141.13 0.99 0.45
Hex 1 E7 52 64 0 41 9 8D 63 2D
Octal 1 347 122 144 0 101 11 215 143 55
Binary 1 11100111 1010010 1100100 0 1000001 1001 10001101 1100011 101101

Color Harmonies of #01E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E752

Black with #01E752

Text Example


Text Example

White with #01E752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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