Html Css Color HEX #01EE55 Malachite

📋 copy color: '#01EE55'

red 1 ◦ green 238 ◦ blue 85

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

Shades of Malachite #01EE55

Tints of Malachite #01EE55

RGB

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

 GREEN value IS 238 (93.36% from 255) = 73.46%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 0.31%
G = 73.46%
B = 26.23%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#01EE55 (or 0x01EE55) is known color: Malachite. HEX triplet: 01, EE and 55. RGB value is (1,238,85). Sum of RGB (Red+Green+Blue) = 1+238+85=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EE55 is #FE11AA. Grayscale: #969696. Windows color (decimal): -16650667 or 5631489. OLE color: 5631489.

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

Color convert

RGB 1 238 85 -
CMYK 1.00 0 0.64 0.07
HSL 141.27º 0.99% 0.47% -
HSV(B) 141.27º 1% 0.93% -
XYZ 32.23 61.81 18.83 -
YUV 149.7 91.48 21.94 -
System Red Green Blue C M Y K H S L
Decimal 1 238 85 1.00 0 0.64 0.07 141.27 0.99 0.47
Hex 1 EE 55 64 0 40 7 8D 63 2F
Octal 1 356 125 144 0 100 7 215 143 57
Binary 1 11101110 1010101 1100100 0 1000000 111 10001101 1100011 101111

Color Harmonies of #01EE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EE55

Black with #01EE55

Text Example


Text Example

White with #01EE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,238,85); }

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

background-color css

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

 a { background-color: rgb(1,238,85); }

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

border-color css

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

 span { border-color: rgb(1,238,85); }

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