Html Css Color HEX #01EF42 Malachite

📋 copy color: '#01EF42'

red 1 ◦ green 239 ◦ blue 66

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

Shades of Malachite #01EF42

Tints of Malachite #01EF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 0.33%
G = 78.1%
B = 21.57%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#01EF42 (or 0x01EF42) is known color: Malachite. HEX triplet: 01, EF and 42. RGB value is (1,239,66). Sum of RGB (Red+Green+Blue) = 1+239+66=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF42 is #FE10BD. Grayscale: #949494. Windows color (decimal): -16650430 or 4386561. OLE color: 4386561.

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

Color convert

RGB 1 239 66 -
CMYK 1.00 0 0.72 0.06
HSL 136.39º 0.99% 0.47% -
HSV(B) 136.39º 1% 0.94% -
XYZ 31.86 62.13 15.47 -
YUV 148.12 81.65 23.07 -
System Red Green Blue C M Y K H S L
Decimal 1 239 66 1.00 0 0.72 0.06 136.39 0.99 0.47
Hex 1 EF 42 64 0 48 6 88 63 2F
Octal 1 357 102 144 0 110 6 210 143 57
Binary 1 11101111 1000010 1100100 0 1001000 110 10001000 1100011 101111

Color Harmonies of #01EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EF42

Black with #01EF42

Text Example


Text Example

White with #01EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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