Html Css Color HEX #0BE55D Malachite

📋 copy color: '#0BE55D'

red 11 ◦ green 229 ◦ blue 93

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

Shades of Malachite #0BE55D

Tints of Malachite #0BE55D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.77%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 3.3%
G = 68.77%
B = 27.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#0BE55D (or 0x0BE55D) is known color: Malachite. HEX triplet: 0B, E5 and 5D. RGB value is (11,229,93). Sum of RGB (Red+Green+Blue) = 11+229+93=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE55D is #F41AA2. Grayscale: #949494. Windows color (decimal): -15997603 or 6153483. OLE color: 6153483.

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

Color convert

RGB 11 229 93 -
CMYK 0.95 0 0.59 0.10
HSL 142.57º 0.91% 0.47% -
HSV(B) 142.57º 0.95% 0.9% -
XYZ 30.13 56.9 19.75 -
YUV 148.31 96.78 30.06 -
System Red Green Blue C M Y K H S L
Decimal 11 229 93 0.95 0 0.59 0.10 142.57 0.91 0.47
Hex B E5 5D 5F 0 3B A 8F 5B 2F
Octal 13 345 135 137 0 73 12 217 133 57
Binary 1011 11100101 1011101 1011111 0 111011 1010 10001111 1011011 101111

Color Harmonies of #0BE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE55D

Black with #0BE55D

Text Example


Text Example

White with #0BE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,229,93); }

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

background-color css

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

 a { background-color: rgb(11,229,93); }

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

border-color css

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

 span { border-color: rgb(11,229,93); }

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