Html Css Color HEX #0BDD6E Malachite

📋 copy color: '#0BDD6E'

red 11 ◦ green 221 ◦ blue 110

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

Shades of Malachite #0BDD6E

Tints of Malachite #0BDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.62%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 3.22%
G = 64.62%
B = 32.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#0BDD6E (or 0x0BDD6E) is known color: Malachite. HEX triplet: 0B, DD and 6E. RGB value is (11,221,110). Sum of RGB (Red+Green+Blue) = 11+221+110=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDD6E is #F42291. Grayscale: #919191. Windows color (decimal): -15999634 or 7265547. OLE color: 7265547.

HSL color Cylindrical-coordinate representation of color #0BDD6E: hue angle of 148.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD6E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 110 -
CMYK 0.95 0 0.50 0.13
HSL 148.29º 0.91% 0.45% -
HSV(B) 148.29º 0.95% 0.87% -
XYZ 28.81 52.91 23.45 -
YUV 145.56 107.93 32.03 -
System Red Green Blue C M Y K H S L
Decimal 11 221 110 0.95 0 0.50 0.13 148.29 0.91 0.45
Hex B DD 6E 5F 0 32 D 94 5B 2D
Octal 13 335 156 137 0 62 15 224 133 55
Binary 1011 11011101 1101110 1011111 0 110010 1101 10010100 1011011 101101

Color Harmonies of #0BDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD6E

Black with #0BDD6E

Text Example


Text Example

White with #0BDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,110); }

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

background-color css

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

 a { background-color: rgb(11,221,110); }

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

border-color css

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

 span { border-color: rgb(11,221,110); }

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