Html Css Color HEX #0BD35E Malachite

📋 copy color: '#0BD35E'

red 11 ◦ green 211 ◦ blue 94

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

Shades of Malachite #0BD35E

Tints of Malachite #0BD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.77%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 3.48%
G = 66.77%
B = 29.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#0BD35E (or 0x0BD35E) is known color: Malachite. HEX triplet: 0B, D3 and 5E. RGB value is (11,211,94). Sum of RGB (Red+Green+Blue) = 11+211+94=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 211 (82.81% from 255 or 66.77% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD35E is #F42CA1. Grayscale: #8A8A8A. Windows color (decimal): -16002210 or 6214411. OLE color: 6214411.

HSL color Cylindrical-coordinate representation of color #0BD35E: hue angle of 144.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD35E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 211 94 -
CMYK 0.95 0 0.55 0.17
HSL 144.9º 0.9% 0.44% -
HSV(B) 144.9º 0.95% 0.83% -
XYZ 25.45 47.47 18.41 -
YUV 137.86 103.24 37.51 -
System Red Green Blue C M Y K H S L
Decimal 11 211 94 0.95 0 0.55 0.17 144.9 0.9 0.44
Hex B D3 5E 5F 0 37 11 91 5A 2C
Octal 13 323 136 137 0 67 21 221 132 54
Binary 1011 11010011 1011110 1011111 0 110111 10001 10010001 1011010 101100

Color Harmonies of #0BD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD35E

Black with #0BD35E

Text Example


Text Example

White with #0BD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,211,94); }

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

background-color css

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

 a { background-color: rgb(11,211,94); }

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

border-color css

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

 span { border-color: rgb(11,211,94); }

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