Html Css Color HEX #05CC55 Malachite

📋 copy color: '#05CC55'

red 5 ◦ green 204 ◦ blue 85

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

Shades of Malachite #05CC55

Tints of Malachite #05CC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.39%

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

R = 1.7%
G = 69.39%
B = 28.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#05CC55 (or 0x05CC55) is known color: Malachite. HEX triplet: 05, CC and 55. RGB value is (5,204,85). Sum of RGB (Red+Green+Blue) = 5+204+85=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC55 is #FA33AA. Grayscale: #838383. Windows color (decimal): -16397227 or 5622789. OLE color: 5622789.

HSL color Cylindrical-coordinate representation of color #05CC55: hue angle of 144.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC55 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 204 85 -
CMYK 0.98 0 0.58 0.2
HSL 144.12º 0.95% 0.41% -
HSV(B) 144.12º 0.98% 0.8% -
XYZ 23.3 43.87 15.84 -
YUV 130.93 102.07 38.18 -
System Red Green Blue C M Y K H S L
Decimal 5 204 85 0.98 0 0.58 0.2 144.12 0.95 0.41
Hex 5 CC 55 62 0 3A 14 90 5F 29
Octal 5 314 125 142 0 72 24 220 137 51
Binary 101 11001100 1010101 1100010 0 111010 10100 10010000 1011111 101001

Color Harmonies of #05CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CC55

Black with #05CC55

Text Example


Text Example

White with #05CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,204,85); }

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

background-color css

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

 a { background-color: rgb(5,204,85); }

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

border-color css

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

 span { border-color: rgb(5,204,85); }

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