Html Css Color HEX #1BDD40 Malachite

📋 copy color: '#1BDD40'

red 27 ◦ green 221 ◦ blue 64

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

Shades of Malachite #1BDD40

Tints of Malachite #1BDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 70.83%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 8.65%
G = 70.83%
B = 20.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#1BDD40 (or 0x1BDD40) is known color: Malachite. HEX triplet: 1B, DD and 40. RGB value is (27,221,64). Sum of RGB (Red+Green+Blue) = 27+221+64=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD40 is #E422BF. Grayscale: #919191. Windows color (decimal): -14951104 or 4250907. OLE color: 4250907.

HSL color Cylindrical-coordinate representation of color #1BDD40: hue angle of 131.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD40 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 221 64 -
CMYK 0.88 0 0.71 0.13
HSL 131.44º 0.78% 0.49% -
HSV(B) 131.44º 0.88% 0.87% -
XYZ 27.23 52.32 13.51 -
YUV 145.1 82.23 43.77 -
System Red Green Blue C M Y K H S L
Decimal 27 221 64 0.88 0 0.71 0.13 131.44 0.78 0.49
Hex 1B DD 40 58 0 47 D 83 4E 31
Octal 33 335 100 130 0 107 15 203 116 61
Binary 11011 11011101 1000000 1011000 0 1000111 1101 10000011 1001110 110001

Color Harmonies of #1BDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDD40

Black with #1BDD40

Text Example


Text Example

White with #1BDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,221,64); }

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

background-color css

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

 a { background-color: rgb(27,221,64); }

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

border-color css

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

 span { border-color: rgb(27,221,64); }

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