Html Css Color HEX #05CC68 Malachite

📋 copy color: '#05CC68'

red 5 ◦ green 204 ◦ blue 104

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

Shades of Malachite #05CC68

Tints of Malachite #05CC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 1.6%
G = 65.18%
B = 33.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#05CC68 (or 0x05CC68) is known color: Malachite. HEX triplet: 05, CC and 68. RGB value is (5,204,104). Sum of RGB (Red+Green+Blue) = 5+204+104=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC68 is #FA3397. Grayscale: #858585. Windows color (decimal): -16397208 or 6867973. OLE color: 6867973.

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

Color convert

RGB 5 204 104 -
CMYK 0.98 0 0.49 0.2
HSL 149.85º 0.95% 0.41% -
HSV(B) 149.85º 0.98% 0.8% -
XYZ 24.15 44.22 20.36 -
YUV 133.1 111.57 36.63 -
System Red Green Blue C M Y K H S L
Decimal 5 204 104 0.98 0 0.49 0.2 149.85 0.95 0.41
Hex 5 CC 68 62 0 31 14 96 5F 29
Octal 5 314 150 142 0 61 24 226 137 51
Binary 101 11001100 1101000 1100010 0 110001 10100 10010110 1011111 101001

Color Harmonies of #05CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CC68

Black with #05CC68

Text Example


Text Example

White with #05CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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