Html Css Color HEX #01EF58 Malachite

📋 copy color: '#01EF58'

red 1 ◦ green 239 ◦ blue 88

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

Shades of Malachite #01EF58

Tints of Malachite #01EF58

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.87%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 0.3%
G = 72.87%
B = 26.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#01EF58 (or 0x01EF58) is known color: Malachite. HEX triplet: 01, EF and 58. RGB value is (1,239,88). Sum of RGB (Red+Green+Blue) = 1+239+88=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 239 (93.75% from 255 or 72.87% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EF58 is #FE10A7. Grayscale: #969696. Windows color (decimal): -16650408 or 5828353. OLE color: 5828353.

HSL color Cylindrical-coordinate representation of color #01EF58: hue angle of 141.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF58 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 239 88 -
CMYK 1.00 0 0.63 0.06
HSL 141.93º 0.99% 0.47% -
HSV(B) 141.93º 1% 0.94% -
XYZ 32.64 62.44 19.57 -
YUV 150.62 92.65 21.28 -
System Red Green Blue C M Y K H S L
Decimal 1 239 88 1.00 0 0.63 0.06 141.93 0.99 0.47
Hex 1 EF 58 64 0 3F 6 8E 63 2F
Octal 1 357 130 144 0 77 6 216 143 57
Binary 1 11101111 1011000 1100100 0 111111 110 10001110 1100011 101111

Color Harmonies of #01EF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EF58

Black with #01EF58

Text Example


Text Example

White with #01EF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,239,88); }

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

background-color css

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

 a { background-color: rgb(1,239,88); }

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

border-color css

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

 span { border-color: rgb(1,239,88); }

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