Html Css Color HEX #1BDC5C Malachite

📋 copy color: '#1BDC5C'

red 27 ◦ green 220 ◦ blue 92

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

Shades of Malachite #1BDC5C

Tints of Malachite #1BDC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 7.96%
G = 64.9%
B = 27.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#1BDC5C (or 0x1BDC5C) is known color: Malachite. HEX triplet: 1B, DC and 5C. RGB value is (27,220,92). Sum of RGB (Red+Green+Blue) = 27+220+92=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC5C is #E423A3. Grayscale: #949494. Windows color (decimal): -14951332 or 6085659. OLE color: 6085659.

HSL color Cylindrical-coordinate representation of color #1BDC5C: hue angle of 140.21º 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 #1BDC5C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 220 92 -
CMYK 0.88 0 0.58 0.14
HSL 140.21º 0.78% 0.48% -
HSV(B) 140.21º 0.88% 0.86% -
XYZ 27.98 52.19 18.72 -
YUV 147.7 96.56 41.91 -
System Red Green Blue C M Y K H S L
Decimal 27 220 92 0.88 0 0.58 0.14 140.21 0.78 0.48
Hex 1B DC 5C 58 0 3A E 8C 4E 30
Octal 33 334 134 130 0 72 16 214 116 60
Binary 11011 11011100 1011100 1011000 0 111010 1110 10001100 1001110 110000

Color Harmonies of #1BDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC5C

Black with #1BDC5C

Text Example


Text Example

White with #1BDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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