Html Css Color HEX #05CA6C Malachite

📋 copy color: '#05CA6C'

red 5 ◦ green 202 ◦ blue 108

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

Shades of Malachite #05CA6C

Tints of Malachite #05CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.13%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 1.59%
G = 64.13%
B = 34.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#05CA6C (or 0x05CA6C) is known color: Malachite. HEX triplet: 05, CA and 6C. RGB value is (5,202,108). Sum of RGB (Red+Green+Blue) = 5+202+108=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA6C is #FA3593. Grayscale: #848484. Windows color (decimal): -16397716 or 7129605. OLE color: 7129605.

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

Color convert

RGB 5 202 108 -
CMYK 0.98 0 0.47 0.21
HSL 151.37º 0.95% 0.41% -
HSV(B) 151.37º 0.98% 0.79% -
XYZ 23.89 43.36 21.3 -
YUV 132.38 114.23 37.14 -
System Red Green Blue C M Y K H S L
Decimal 5 202 108 0.98 0 0.47 0.21 151.37 0.95 0.41
Hex 5 CA 6C 62 0 2F 15 97 5F 29
Octal 5 312 154 142 0 57 25 227 137 51
Binary 101 11001010 1101100 1100010 0 101111 10101 10010111 1011111 101001

Color Harmonies of #05CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA6C

Black with #05CA6C

Text Example


Text Example

White with #05CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,202,108); }

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

background-color css

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

 a { background-color: rgb(5,202,108); }

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

border-color css

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

 span { border-color: rgb(5,202,108); }

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