Html Css Color HEX #1BC255 Malachite

📋 copy color: '#1BC255'

red 27 ◦ green 194 ◦ blue 85

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

Shades of Malachite #1BC255

Tints of Malachite #1BC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.4%

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 8.82%
G = 63.4%
B = 27.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#1BC255 (or 0x1BC255) is known color: Malachite. HEX triplet: 1B, C2 and 55. RGB value is (27,194,85). Sum of RGB (Red+Green+Blue) = 27+194+85=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC255 is #E43DAA. Grayscale: #838383. Windows color (decimal): -14957995 or 5620251. OLE color: 5620251.

HSL color Cylindrical-coordinate representation of color #1BC255: hue angle of 140.84º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC255 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 194 85 -
CMYK 0.86 0 0.56 0.24
HSL 140.84º 0.76% 0.43% -
HSV(B) 140.84º 0.86% 0.76% -
XYZ 21.38 39.47 15.09 -
YUV 131.64 101.67 53.36 -
System Red Green Blue C M Y K H S L
Decimal 27 194 85 0.86 0 0.56 0.24 140.84 0.76 0.43
Hex 1B C2 55 56 0 38 18 8D 4C 2B
Octal 33 302 125 126 0 70 30 215 114 53
Binary 11011 11000010 1010101 1010110 0 111000 11000 10001101 1001100 101011

Color Harmonies of #1BC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC255

Black with #1BC255

Text Example


Text Example

White with #1BC255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,194,85); }

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

background-color css

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

 a { background-color: rgb(27,194,85); }

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

border-color css

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

 span { border-color: rgb(27,194,85); }

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