Html Css Color HEX #0BE34F Malachite

📋 copy color: '#0BE34F'

red 11 ◦ green 227 ◦ blue 79

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

Shades of Malachite #0BE34F

Tints of Malachite #0BE34F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.61%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 3.47%
G = 71.61%
B = 24.92%

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

#0BE34F (or 0x0BE34F) is known color: Malachite. HEX triplet: 0B, E3 and 4F. RGB value is (11,227,79). Sum of RGB (Red+Green+Blue) = 11+227+79=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE34F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE34F is #F41CB0. Grayscale: #919191. Windows color (decimal): -15998129 or 5235467. OLE color: 5235467.

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

Color convert

RGB 11 227 79 -
CMYK 0.95 0 0.65 0.11
HSL 138.89º 0.91% 0.47% -
HSV(B) 138.89º 0.95% 0.89% -
XYZ 29.02 55.57 16.59 -
YUV 145.54 90.44 32.03 -
System Red Green Blue C M Y K H S L
Decimal 11 227 79 0.95 0 0.65 0.11 138.89 0.91 0.47
Hex B E3 4F 5F 0 41 B 8B 5B 2F
Octal 13 343 117 137 0 101 13 213 133 57
Binary 1011 11100011 1001111 1011111 0 1000001 1011 10001011 1011011 101111

Color Harmonies of #0BE34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE34F

Black with #0BE34F

Text Example


Text Example

White with #0BE34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,79); }

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

background-color css

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

 a { background-color: rgb(11,227,79); }

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

border-color css

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

 span { border-color: rgb(11,227,79); }

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