Html Css Color HEX #1BDC52 Malachite

📋 copy color: '#1BDC52'

red 27 ◦ green 220 ◦ blue 82

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

Shades of Malachite #1BDC52

Tints of Malachite #1BDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 8.21%
G = 66.87%
B = 24.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#1BDC52 (or 0x1BDC52) is known color: Malachite. HEX triplet: 1B, DC and 52. RGB value is (27,220,82). Sum of RGB (Red+Green+Blue) = 27+220+82=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC52 is #E423AD. Grayscale: #929292. Windows color (decimal): -14951342 or 5430299. OLE color: 5430299.

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

Color convert

RGB 27 220 82 -
CMYK 0.88 0 0.63 0.14
HSL 137.1º 0.78% 0.48% -
HSV(B) 137.1º 0.88% 0.86% -
XYZ 27.57 52.03 16.57 -
YUV 146.56 91.56 42.72 -
System Red Green Blue C M Y K H S L
Decimal 27 220 82 0.88 0 0.63 0.14 137.1 0.78 0.48
Hex 1B DC 52 58 0 3F E 89 4E 30
Octal 33 334 122 130 0 77 16 211 116 60
Binary 11011 11011100 1010010 1011000 0 111111 1110 10001001 1001110 110000

Color Harmonies of #1BDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC52

Black with #1BDC52

Text Example


Text Example

White with #1BDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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