Html Css Color HEX #1BDC6F Malachite

📋 copy color: '#1BDC6F'

red 27 ◦ green 220 ◦ blue 111

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

Shades of Malachite #1BDC6F

Tints of Malachite #1BDC6F

RGB

 RED value IS 27 (10.94% from 255) = 7.54%

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 7.54%
G = 61.45%
B = 31.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#1BDC6F (or 0x1BDC6F) is known color: Malachite. HEX triplet: 1B, DC and 6F. RGB value is (27,220,111). Sum of RGB (Red+Green+Blue) = 27+220+111=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC6F is #E42390. Grayscale: #969696. Windows color (decimal): -14951313 or 7330843. OLE color: 7330843.

HSL color Cylindrical-coordinate representation of color #1BDC6F: hue angle of 146.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC6F is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 220 111 -
CMYK 0.88 0 0.50 0.14
HSL 146.11º 0.78% 0.48% -
HSV(B) 146.11º 0.88% 0.86% -
XYZ 28.91 52.57 23.66 -
YUV 149.87 106.06 40.36 -
System Red Green Blue C M Y K H S L
Decimal 27 220 111 0.88 0 0.50 0.14 146.11 0.78 0.48
Hex 1B DC 6F 58 0 32 E 92 4E 30
Octal 33 334 157 130 0 62 16 222 116 60
Binary 11011 11011100 1101111 1011000 0 110010 1110 10010010 1001110 110000

Color Harmonies of #1BDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC6F

Black with #1BDC6F

Text Example


Text Example

White with #1BDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BDC6F; }

 p { color: rgb(27,220,111); }

 H1.HeaderClassName
 {
   color: #1BDC6F;
 }
 .AnyTagClassName
 {
   color: #1BDC6F;
 }
</style>

background-color css

<style>
 a { background-color: #1BDC6F; }

 a { background-color: rgb(27,220,111); }

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

border-color css

<style>
 span { border-color: #1BDC6F; }

 span { border-color: rgb(27,220,111); }

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