Html Css Color HEX #05EA32 Malachite

📋 copy color: '#05EA32'

red 5 ◦ green 234 ◦ blue 50

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

Shades of Malachite #05EA32

Tints of Malachite #05EA32

RGB

 RED value IS 5 (2.34% from 255) = 1.73%

 GREEN value IS 234 (91.8% from 255) = 80.97%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 1.73%
G = 80.97%
B = 17.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#05EA32 (or 0x05EA32) is known color: Malachite. HEX triplet: 05, EA and 32. RGB value is (5,234,50). Sum of RGB (Red+Green+Blue) = 5+234+50=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 234 (91.80% from 255 or 80.97% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 234 - color contains mainly: green. Hex color #05EA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EA32 is #FA15CD. Grayscale: #919191. Windows color (decimal): -16389582 or 3336709. OLE color: 3336709.

HSL color Cylindrical-coordinate representation of color #05EA32: hue angle of 131.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EA32 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 234 50 -
CMYK 0.98 0 0.79 0.08
HSL 131.79º 0.96% 0.47% -
HSV(B) 131.79º 0.98% 0.92% -
XYZ 30.06 59.11 12.84 -
YUV 144.55 74.63 28.46 -
System Red Green Blue C M Y K H S L
Decimal 5 234 50 0.98 0 0.79 0.08 131.79 0.96 0.47
Hex 5 EA 32 62 0 4F 8 84 60 2F
Octal 5 352 62 142 0 117 10 204 140 57
Binary 101 11101010 110010 1100010 0 1001111 1000 10000100 1100000 101111

Color Harmonies of #05EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EA32

Black with #05EA32

Text Example


Text Example

White with #05EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05EA32; }

 p { color: rgb(5,234,50); }

 H1.HeaderClassName
 {
   color: #05EA32;
 }
 .AnyTagClassName
 {
   color: #05EA32;
 }
</style>

background-color css

<style>
 a { background-color: #05EA32; }

 a { background-color: rgb(5,234,50); }

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

border-color css

<style>
 span { border-color: #05EA32; }

 span { border-color: rgb(5,234,50); }

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