Html Css Color HEX #05CF64 Malachite

📋 copy color: '#05CF64'

red 5 ◦ green 207 ◦ blue 100

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

Shades of Malachite #05CF64

Tints of Malachite #05CF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.35%

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

R = 1.6%
G = 66.35%
B = 32.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#05CF64 (or 0x05CF64) is known color: Malachite. HEX triplet: 05, CF and 64. RGB value is (5,207,100). Sum of RGB (Red+Green+Blue) = 5+207+100=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF64 is #FA309B. Grayscale: #868686. Windows color (decimal): -16396444 or 6606597. OLE color: 6606597.

HSL color Cylindrical-coordinate representation of color #05CF64: hue angle of 148.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF64 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 100 -
CMYK 0.98 0 0.52 0.19
HSL 148.22º 0.95% 0.42% -
HSV(B) 148.22º 0.98% 0.81% -
XYZ 24.68 45.58 19.55 -
YUV 134.4 108.58 35.7 -
System Red Green Blue C M Y K H S L
Decimal 5 207 100 0.98 0 0.52 0.19 148.22 0.95 0.42
Hex 5 CF 64 62 0 34 13 94 5F 2A
Octal 5 317 144 142 0 64 23 224 137 52
Binary 101 11001111 1100100 1100010 0 110100 10011 10010100 1011111 101010

Color Harmonies of #05CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF64

Black with #05CF64

Text Example


Text Example

White with #05CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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