#0BEE3D

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

Shades of Malachite #0BEE3D

Tints of Malachite #0BEE3D

Color information

#0BEE3D (or 0x0BEE3D) is unknown color: approx Malachite. HEX triplet: 0B, EE and 3D. RGB value is (11,238,61). Sum of RGB (Red+Green+Blue) = 11+238+61=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 238 (93.36% from 255 or 76.77% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEE3D is #F411C2. Grayscale: #969696. Windows color (decimal): -15995331 or 4058635. OLE color: 4058635.

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

Color convert

RGB1123861-
CMYK0.9500.740.07
HSL133.22º91.16%48.82%-
HSV(B)133.22º95.38%93.33%-
XYZ31.5561.5614.63-
YUV149.9577.7928.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.55%
GREEN value IS 238 (93.36% from 255) = 76.77%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=3.55%
G=76.77%
B=19.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11238610.9500.740.07133.2291.1648.82
HexBEE3D5F04A7855b31
Octal13356751370112720513361
Binary101111101110111101101111101001010111100001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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