#0BED57

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

Shades of Malachite #0BED57

Tints of Malachite #0BED57

Color information

#0BED57 (or 0x0BED57) is unknown color: approx Malachite. HEX triplet: 0B, ED and 57. RGB value is (11,237,87). Sum of RGB (Red+Green+Blue) = 11+237+87=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BED57 is #F412A8. Grayscale: #989898. Windows color (decimal): -15995561 or 5762315. OLE color: 5762315.

HSL color Cylindrical-coordinate representation of color #0BED57: hue angle of 140.18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED57 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB1123787-
CMYK0.9500.630.07
HSL140.18º91.13%48.63%-
HSV(B)140.18º95.36%92.94%-
XYZ32.1461.3319.16-
YUV152.3391.1327.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.28%
GREEN value IS 237 (92.97% from 255) = 70.75%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=3.28%
G=70.75%
B=25.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11237870.9500.630.07140.1891.1348.63
HexBED575F03F78c5b31
Octal13355127137077721413361
Binary101111101101101011110111110111111111100011001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BED57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BED57; }

 p { color: rgb(11,237,87); }

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

<style>
 a { background-color: #0BED57; }

 a { background-color: rgb(11,237,87); }

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

<style>
 span { border-color: #0BED57; }

 span { border-color: rgb(11,237,87); }

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