Html Css Color HEX #05CA62 Malachite

📋 copy color: '#05CA62'

red 5 ◦ green 202 ◦ blue 98

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

Shades of Malachite #05CA62

Tints of Malachite #05CA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 1.64%
G = 66.23%
B = 32.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#05CA62 (or 0x05CA62) is known color: Malachite. HEX triplet: 05, CA and 62. RGB value is (5,202,98). Sum of RGB (Red+Green+Blue) = 5+202+98=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA62 is #FA359D. Grayscale: #838383. Windows color (decimal): -16397726 or 6474245. OLE color: 6474245.

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

Color convert

RGB 5 202 98 -
CMYK 0.98 0 0.51 0.21
HSL 148.32º 0.95% 0.41% -
HSV(B) 148.32º 0.98% 0.79% -
XYZ 23.39 43.16 18.65 -
YUV 131.24 109.23 37.96 -
System Red Green Blue C M Y K H S L
Decimal 5 202 98 0.98 0 0.51 0.21 148.32 0.95 0.41
Hex 5 CA 62 62 0 33 15 94 5F 29
Octal 5 312 142 142 0 63 25 224 137 51
Binary 101 11001010 1100010 1100010 0 110011 10101 10010100 1011111 101001

Color Harmonies of #05CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA62

Black with #05CA62

Text Example


Text Example

White with #05CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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