Html Css Color HEX #2BC555 Malachite

📋 copy color: '#2BC555'

red 43 ◦ green 197 ◦ blue 85

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

Shades of Malachite #2BC555

Tints of Malachite #2BC555

RGB

 RED value IS 43 (17.19% from 255) = 13.23%

 GREEN value IS 197 (77.34% from 255) = 60.62%

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

R = 13.23%
G = 60.62%
B = 26.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#2BC555 (or 0x2BC555) is known color: Malachite. HEX triplet: 2B, C5 and 55. RGB value is (43,197,85). Sum of RGB (Red+Green+Blue) = 43+197+85=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC555 is #D43AAA. Grayscale: #8A8A8A. Windows color (decimal): -13908651 or 5621035. OLE color: 5621035.

HSL color Cylindrical-coordinate representation of color #2BC555: hue angle of 136.36º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC555 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 43 197 85 -
CMYK 0.78 0 0.57 0.23
HSL 136.36º 0.64% 0.47% -
HSV(B) 136.36º 0.78% 0.77% -
XYZ 22.6 41.1 15.34 -
YUV 138.19 97.98 60.11 -
System Red Green Blue C M Y K H S L
Decimal 43 197 85 0.78 0 0.57 0.23 136.36 0.64 0.47
Hex 2B C5 55 4E 0 39 17 88 40 2F
Octal 53 305 125 116 0 71 27 210 100 57
Binary 101011 11000101 1010101 1001110 0 111001 10111 10001000 1000000 101111

Color Harmonies of #2BC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC555

Black with #2BC555

Text Example


Text Example

White with #2BC555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BC555; }

 p { color: rgb(43,197,85); }

 H1.HeaderClassName
 {
   color: #2BC555;
 }
 .AnyTagClassName
 {
   color: #2BC555;
 }
</style>

background-color css

<style>
 a { background-color: #2BC555; }

 a { background-color: rgb(43,197,85); }

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

border-color css

<style>
 span { border-color: #2BC555; }

 span { border-color: rgb(43,197,85); }

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