Html Css Color HEX #05EA34 Malachite

📋 copy color: '#05EA34'

red 5 ◦ green 234 ◦ blue 52

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

Shades of Malachite #05EA34

Tints of Malachite #05EA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 1.72%
G = 80.41%
B = 17.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#05EA34 (or 0x05EA34) is known color: Malachite. HEX triplet: 05, EA and 34. RGB value is (5,234,52). Sum of RGB (Red+Green+Blue) = 5+234+52=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 234 (91.80% from 255 or 80.41% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 234 - color contains mainly: green. Hex color #05EA34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EA34 is #FA15CB. Grayscale: #919191. Windows color (decimal): -16389580 or 3467781. OLE color: 3467781.

HSL color Cylindrical-coordinate representation of color #05EA34: hue angle of 132.31º 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 #05EA34 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 234 52 -
CMYK 0.98 0 0.78 0.08
HSL 132.31º 0.96% 0.47% -
HSV(B) 132.31º 0.98% 0.92% -
XYZ 30.11 59.13 13.07 -
YUV 144.78 75.63 28.3 -
System Red Green Blue C M Y K H S L
Decimal 5 234 52 0.98 0 0.78 0.08 132.31 0.96 0.47
Hex 5 EA 34 62 0 4E 8 84 60 2F
Octal 5 352 64 142 0 116 10 204 140 57
Binary 101 11101010 110100 1100010 0 1001110 1000 10000100 1100000 101111

Color Harmonies of #05EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EA34

Black with #05EA34

Text Example


Text Example

White with #05EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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