#0BFF57

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

Shades of Malachite #0BFF57

Tints of Malachite #0BFF57

Color information

#0BFF57 (or 0x0BFF57) is unknown color: approx Malachite. HEX triplet: 0B, FF and 57. RGB value is (11,255,87). Sum of RGB (Red+Green+Blue) = 11+255+87=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF57 is #F400A8. Grayscale: #A3A3A3. Windows color (decimal): -15990953 or 5766923. OLE color: 5766923.

HSL color Cylindrical-coordinate representation of color #0BFF57: hue angle of 138.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF57 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB1125587-
CMYK0.9600.660
HSL138.69º100%52.16%-
HSV(B)138.69º95.69%100%-
XYZ37.6272.2820.99-
YUV162.8985.1619.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.12%
GREEN value IS 255 (100% from 255) = 72.24%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=3.12%
G=72.24%
B=24.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11255870.9600.660138.6910052.16
HexBFF576004208b6434
Octal133771271400102021314464
Binary10111111111110101111100000010000100100010111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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