Html Css Color HEX #05CC64 Malachite

📋 copy color: '#05CC64'

red 5 ◦ green 204 ◦ blue 100

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

Shades of Malachite #05CC64

Tints of Malachite #05CC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 1.62%
G = 66.02%
B = 32.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#05CC64 (or 0x05CC64) is known color: Malachite. HEX triplet: 05, CC and 64. RGB value is (5,204,100). Sum of RGB (Red+Green+Blue) = 5+204+100=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC64 is #FA339B. Grayscale: #848484. Windows color (decimal): -16397212 or 6605829. OLE color: 6605829.

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

Color convert

RGB 5 204 100 -
CMYK 0.98 0 0.51 0.2
HSL 148.64º 0.95% 0.41% -
HSV(B) 148.64º 0.98% 0.8% -
XYZ 23.96 44.14 19.31 -
YUV 132.64 109.57 36.96 -
System Red Green Blue C M Y K H S L
Decimal 5 204 100 0.98 0 0.51 0.2 148.64 0.95 0.41
Hex 5 CC 64 62 0 33 14 95 5F 29
Octal 5 314 144 142 0 63 24 225 137 51
Binary 101 11001100 1100100 1100010 0 110011 10100 10010101 1011111 101001

Color Harmonies of #05CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CC64

Black with #05CC64

Text Example


Text Example

White with #05CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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