Html Css Color HEX #06F13D Malachite

📋 copy color: '#06F13D'

red 6 ◦ green 241 ◦ blue 61

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

Shades of Malachite #06F13D

Tints of Malachite #06F13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 78.25%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 1.95%
G = 78.25%
B = 19.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#06F13D (or 0x06F13D) is known color: Malachite. HEX triplet: 06, F1 and 3D. RGB value is (6,241,61). Sum of RGB (Red+Green+Blue) = 6+241+61=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 241 (94.53% from 255 or 78.25% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 241 - color contains mainly: green. Hex color #06F13D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F13D is #F90EC2. Grayscale: #969696. Windows color (decimal): -16322243 or 4059398. OLE color: 4059398.

HSL color Cylindrical-coordinate representation of color #06F13D: hue angle of 134.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F13D is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 241 61 -
CMYK 0.98 0 0.75 0.05
HSL 134.04º 0.95% 0.48% -
HSV(B) 134.04º 0.98% 0.95% -
XYZ 32.37 63.29 14.92 -
YUV 150.22 77.64 25.14 -
System Red Green Blue C M Y K H S L
Decimal 6 241 61 0.98 0 0.75 0.05 134.04 0.95 0.48
Hex 6 F1 3D 62 0 4B 5 86 5F 30
Octal 6 361 75 142 0 113 5 206 137 60
Binary 110 11110001 111101 1100010 0 1001011 101 10000110 1011111 110000

Color Harmonies of #06F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F13D

Black with #06F13D

Text Example


Text Example

White with #06F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,241,61); }

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

background-color css

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

 a { background-color: rgb(6,241,61); }

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

border-color css

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

 span { border-color: rgb(6,241,61); }

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