Html Css Color HEX #1BDC65 Malachite

📋 copy color: '#1BDC65'

red 27 ◦ green 220 ◦ blue 101

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

Shades of Malachite #1BDC65

Tints of Malachite #1BDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 7.76%
G = 63.22%
B = 29.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#1BDC65 (or 0x1BDC65) is known color: Malachite. HEX triplet: 1B, DC and 65. RGB value is (27,220,101). Sum of RGB (Red+Green+Blue) = 27+220+101=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC65 is #E4239A. Grayscale: #959595. Windows color (decimal): -14951323 or 6675483. OLE color: 6675483.

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

Color convert

RGB 27 220 101 -
CMYK 0.88 0 0.54 0.14
HSL 143.01º 0.78% 0.48% -
HSV(B) 143.01º 0.88% 0.86% -
XYZ 28.39 52.36 20.92 -
YUV 148.73 101.06 41.18 -
System Red Green Blue C M Y K H S L
Decimal 27 220 101 0.88 0 0.54 0.14 143.01 0.78 0.48
Hex 1B DC 65 58 0 36 E 8F 4E 30
Octal 33 334 145 130 0 66 16 217 116 60
Binary 11011 11011100 1100101 1011000 0 110110 1110 10001111 1001110 110000

Color Harmonies of #1BDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC65

Black with #1BDC65

Text Example


Text Example

White with #1BDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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