#26BD50

Color #26BD50 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #26BD50

Tints of Malachite #26BD50

Color information

#26BD50 (or 0x26BD50) is unknown color: approx Malachite. HEX triplet: 26, BD and 50. RGB value is (38,189,80). Sum of RGB (Red+Green+Blue) = 38+189+80=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD50 is #D942AF. Grayscale: #838383. Windows color (decimal): -14238384 or 5291302. OLE color: 5291302.

HSL color Cylindrical-coordinate representation of color #26BD50: hue angle of 136.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD50 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB3818980-
CMYK0.8000.580.26
HSL136.69º66.52%44.51%-
HSV(B)136.69º79.89%74.12%-
XYZ20.4437.3913.73-
YUV131.4298.9761.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 189 (74.22% from 255) = 61.56%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=12.38%
G=61.56%
B=26.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189800.8000.580.26136.6966.5244.51
Hex26BD505003A1A89432d
Octal462751201200723221110355
Binary1001101011110110100001010000011101011010100010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BD50; }

 p { color: rgb(38,189,80); }

 H1.HeaderClassName
 {
   color: #26BD50;
 }
 .AnyTagClassName
 {
   color: #26BD50;
 }
</style>
background-color css

<style>
 a { background-color: #26BD50; }

 a { background-color: rgb(38,189,80); }

 div.DivClassName
 {
   background-color: #26BD50;
 }
 .BgClassName
 {
   background-color: #26BD50;
 }
</style>
border-color css

<style>
 span { border-color: #26BD50; }

 span { border-color: rgb(38,189,80); }

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