Html Css Color HEX #0BE13F Malachite

📋 copy color: '#0BE13F'

red 11 ◦ green 225 ◦ blue 63

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

Shades of Malachite #0BE13F

Tints of Malachite #0BE13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.25%

 BLUE value IS 63 (25% from 255) = 21.07%

R = 3.68%
G = 75.25%
B = 21.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#0BE13F (or 0x0BE13F) is known color: Malachite. HEX triplet: 0B, E1 and 3F. RGB value is (11,225,63). Sum of RGB (Red+Green+Blue) = 11+225+63=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE13F is #F41EC0. Grayscale: #8E8E8E. Windows color (decimal): -15998657 or 4186379. OLE color: 4186379.

HSL color Cylindrical-coordinate representation of color #0BE13F: hue angle of 134.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE13F is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 63 -
CMYK 0.95 0 0.72 0.12
HSL 134.58º 0.91% 0.46% -
HSV(B) 134.58º 0.95% 0.88% -
XYZ 27.96 54.28 13.71 -
YUV 142.55 83.1 34.17 -
System Red Green Blue C M Y K H S L
Decimal 11 225 63 0.95 0 0.72 0.12 134.58 0.91 0.46
Hex B E1 3F 5F 0 48 C 87 5B 2E
Octal 13 341 77 137 0 110 14 207 133 56
Binary 1011 11100001 111111 1011111 0 1001000 1100 10000111 1011011 101110

Color Harmonies of #0BE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE13F

Black with #0BE13F

Text Example


Text Example

White with #0BE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,63); }

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

background-color css

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

 a { background-color: rgb(11,225,63); }

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

border-color css

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

 span { border-color: rgb(11,225,63); }

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