Html Css Color HEX #1BD050 Malachite

📋 copy color: '#1BD050'

red 27 ◦ green 208 ◦ blue 80

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

Shades of Malachite #1BD050

Tints of Malachite #1BD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.03%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 8.57%
G = 66.03%
B = 25.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#1BD050 (or 0x1BD050) is known color: Malachite. HEX triplet: 1B, D0 and 50. RGB value is (27,208,80). Sum of RGB (Red+Green+Blue) = 27+208+80=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD050 is #E42FAF. Grayscale: #8B8B8B. Windows color (decimal): -14954416 or 5296155. OLE color: 5296155.

HSL color Cylindrical-coordinate representation of color #1BD050: hue angle of 137.57º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD050 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 208 80 -
CMYK 0.87 0 0.62 0.18
HSL 137.57º 0.77% 0.46% -
HSV(B) 137.57º 0.87% 0.82% -
XYZ 24.46 45.92 15.16 -
YUV 139.29 94.53 47.91 -
System Red Green Blue C M Y K H S L
Decimal 27 208 80 0.87 0 0.62 0.18 137.57 0.77 0.46
Hex 1B D0 50 57 0 3E 12 8A 4D 2E
Octal 33 320 120 127 0 76 22 212 115 56
Binary 11011 11010000 1010000 1010111 0 111110 10010 10001010 1001101 101110

Color Harmonies of #1BD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD050

Black with #1BD050

Text Example


Text Example

White with #1BD050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,208,80); }

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

background-color css

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

 a { background-color: rgb(27,208,80); }

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

border-color css

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

 span { border-color: rgb(27,208,80); }

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