Html Css Color HEX #0BE93B Malachite

📋 copy color: '#0BE93B'

red 11 ◦ green 233 ◦ blue 59

#0BE93B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0BE93B

Tints of Malachite #0BE93B

RGB

 RED value IS 11 (4.69% from 255) = 3.63%

 GREEN value IS 233 (91.41% from 255) = 76.9%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 3.63%
G = 76.9%
B = 19.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#0BE93B (or 0x0BE93B) is known color: Malachite. HEX triplet: 0B, E9 and 3B. RGB value is (11,233,59). Sum of RGB (Red+Green+Blue) = 11+233+59=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 233 (91.41% from 255 or 76.90% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE93B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE93B is #F416C4. Grayscale: #939393. Windows color (decimal): -15996613 or 3926283. OLE color: 3926283.

HSL color Cylindrical-coordinate representation of color #0BE93B: hue angle of 132.97º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE93B is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 233 59 -
CMYK 0.95 0 0.75 0.09
HSL 132.97º 0.91% 0.48% -
HSV(B) 132.97º 0.95% 0.91% -
XYZ 30.07 58.66 13.88 -
YUV 146.79 78.45 31.15 -
System Red Green Blue C M Y K H S L
Decimal 11 233 59 0.95 0 0.75 0.09 132.97 0.91 0.48
Hex B E9 3B 5F 0 4B 9 85 5B 30
Octal 13 351 73 137 0 113 11 205 133 60
Binary 1011 11101001 111011 1011111 0 1001011 1001 10000101 1011011 110000

Color Harmonies of #0BE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE93B

Black with #0BE93B

Text Example


Text Example

White with #0BE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,233,59); }

 H1.HeaderClassName
 {
   color: #0BE93B;
 }
 .AnyTagClassName
 {
   color: #0BE93B;
 }
</style>

background-color css

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

 a { background-color: rgb(11,233,59); }

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

border-color css

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

 span { border-color: rgb(11,233,59); }

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