#0BEE49

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

Shades of Malachite #0BEE49

Tints of Malachite #0BEE49

Color information

#0BEE49 (or 0x0BEE49) is unknown color: approx Malachite. HEX triplet: 0B, EE and 49. RGB value is (11,238,73). Sum of RGB (Red+Green+Blue) = 11+238+73=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEE49 is #F411B6. Grayscale: #979797. Windows color (decimal): -15995319 or 4845067. OLE color: 4845067.

HSL color Cylindrical-coordinate representation of color #0BEE49: hue angle of 136.39º 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 #0BEE49 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB1123873-
CMYK0.9500.690.07
HSL136.39º91.16%48.82%-
HSV(B)136.39º95.38%93.33%-
XYZ31.9261.716.53-
YUV151.3283.7927.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.42%
GREEN value IS 238 (93.36% from 255) = 73.91%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=3.42%
G=73.91%
B=22.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11238730.9500.690.07136.3991.1648.82
HexBEE495F0457885b31
Octal133561111370105721013361
Binary1011111011101001001101111101000101111100010001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,238,73); }

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

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

 a { background-color: rgb(11,238,73); }

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

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

 span { border-color: rgb(11,238,73); }

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