Html Css Color HEX #0BE45B Malachite

📋 copy color: '#0BE45B'

red 11 ◦ green 228 ◦ blue 91

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

Shades of Malachite #0BE45B

Tints of Malachite #0BE45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.09%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 3.33%
G = 69.09%
B = 27.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#0BE45B (or 0x0BE45B) is known color: Malachite. HEX triplet: 0B, E4 and 5B. RGB value is (11,228,91). Sum of RGB (Red+Green+Blue) = 11+228+91=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE45B is #F41BA4. Grayscale: #939393. Windows color (decimal): -15997861 or 6022155. OLE color: 6022155.

HSL color Cylindrical-coordinate representation of color #0BE45B: hue angle of 142.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE45B is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 91 -
CMYK 0.95 0 0.60 0.11
HSL 142.12º 0.91% 0.47% -
HSV(B) 142.12º 0.95% 0.89% -
XYZ 29.77 56.31 19.2 -
YUV 147.5 96.11 30.64 -
System Red Green Blue C M Y K H S L
Decimal 11 228 91 0.95 0 0.60 0.11 142.12 0.91 0.47
Hex B E4 5B 5F 0 3C B 8E 5B 2F
Octal 13 344 133 137 0 74 13 216 133 57
Binary 1011 11100100 1011011 1011111 0 111100 1011 10001110 1011011 101111

Color Harmonies of #0BE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE45B

Black with #0BE45B

Text Example


Text Example

White with #0BE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,228,91); }

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

background-color css

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

 a { background-color: rgb(11,228,91); }

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

border-color css

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

 span { border-color: rgb(11,228,91); }

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