Html Css Color HEX #1BD760 Malachite

📋 copy color: '#1BD760'

red 27 ◦ green 215 ◦ blue 96

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

Shades of Malachite #1BD760

Tints of Malachite #1BD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.61%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 7.99%
G = 63.61%
B = 28.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#1BD760 (or 0x1BD760) is known color: Malachite. HEX triplet: 1B, D7 and 60. RGB value is (27,215,96). Sum of RGB (Red+Green+Blue) = 27+215+96=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #1BD760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD760 is #E4289F. Grayscale: #919191. Windows color (decimal): -14952608 or 6346523. OLE color: 6346523.

HSL color Cylindrical-coordinate representation of color #1BD760: hue angle of 142.02º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD760 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 215 96 -
CMYK 0.87 0 0.55 0.16
HSL 142.02º 0.78% 0.47% -
HSV(B) 142.02º 0.87% 0.84% -
XYZ 26.86 49.68 19.24 -
YUV 145.22 100.22 43.68 -
System Red Green Blue C M Y K H S L
Decimal 27 215 96 0.87 0 0.55 0.16 142.02 0.78 0.47
Hex 1B D7 60 57 0 37 10 8E 4E 2F
Octal 33 327 140 127 0 67 20 216 116 57
Binary 11011 11010111 1100000 1010111 0 110111 10000 10001110 1001110 101111

Color Harmonies of #1BD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD760

Black with #1BD760

Text Example


Text Example

White with #1BD760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,215,96); }

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

background-color css

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

 a { background-color: rgb(27,215,96); }

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

border-color css

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

 span { border-color: rgb(27,215,96); }

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