Html Css Color HEX #06FC42 Malachite

📋 copy color: '#06FC42'

red 6 ◦ green 252 ◦ blue 66

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

Shades of Malachite #06FC42

Tints of Malachite #06FC42

RGB

 RED value IS 6 (2.73% from 255) = 1.85%

 GREEN value IS 252 (98.83% from 255) = 77.78%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 1.85%
G = 77.78%
B = 20.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#06FC42 (or 0x06FC42) is known color: Malachite. HEX triplet: 06, FC and 42. RGB value is (6,252,66). Sum of RGB (Red+Green+Blue) = 6+252+66=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FC42 is #F903BD. Grayscale: #9D9D9D. Windows color (decimal): -16319422 or 4389894. OLE color: 4389894.

HSL color Cylindrical-coordinate representation of color #06FC42: hue angle of 134.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FC42 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 66 -
CMYK 0.98 0 0.74 0.01
HSL 134.63º 0.98% 0.51% -
HSV(B) 134.63º 0.98% 0.99% -
XYZ 35.87 70.05 16.79 -
YUV 157.24 76.5 20.12 -
System Red Green Blue C M Y K H S L
Decimal 6 252 66 0.98 0 0.74 0.01 134.63 0.98 0.51
Hex 6 FC 42 62 0 4A 1 87 62 33
Octal 6 374 102 142 0 112 1 207 142 63
Binary 110 11111100 1000010 1100010 0 1001010 1 10000111 1100010 110011

Color Harmonies of #06FC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FC42

Black with #06FC42

Text Example


Text Example

White with #06FC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FC42; }

 p { color: rgb(6,252,66); }

 H1.HeaderClassName
 {
   color: #06FC42;
 }
 .AnyTagClassName
 {
   color: #06FC42;
 }
</style>

background-color css

<style>
 a { background-color: #06FC42; }

 a { background-color: rgb(6,252,66); }

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

border-color css

<style>
 span { border-color: #06FC42; }

 span { border-color: rgb(6,252,66); }

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