Html Css Color HEX #0BE450 Malachite

📋 copy color: '#0BE450'

red 11 ◦ green 228 ◦ blue 80

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

Shades of Malachite #0BE450

Tints of Malachite #0BE450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 3.45%
G = 71.47%
B = 25.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#0BE450 (or 0x0BE450) is known color: Malachite. HEX triplet: 0B, E4 and 50. RGB value is (11,228,80). Sum of RGB (Red+Green+Blue) = 11+228+80=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 228 (89.45% from 255 or 71.47% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE450 is #F41BAF. Grayscale: #929292. Windows color (decimal): -15997872 or 5301259. OLE color: 5301259.

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

Color convert

RGB 11 228 80 -
CMYK 0.95 0 0.65 0.11
HSL 139.08º 0.91% 0.47% -
HSV(B) 139.08º 0.95% 0.89% -
XYZ 29.33 56.14 16.88 -
YUV 146.25 90.61 31.53 -
System Red Green Blue C M Y K H S L
Decimal 11 228 80 0.95 0 0.65 0.11 139.08 0.91 0.47
Hex B E4 50 5F 0 41 B 8B 5B 2F
Octal 13 344 120 137 0 101 13 213 133 57
Binary 1011 11100100 1010000 1011111 0 1000001 1011 10001011 1011011 101111

Color Harmonies of #0BE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE450

Black with #0BE450

Text Example


Text Example

White with #0BE450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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