Html Css Color HEX #0BDD6C Malachite

📋 copy color: '#0BDD6C'

red 11 ◦ green 221 ◦ blue 108

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

Shades of Malachite #0BDD6C

Tints of Malachite #0BDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 3.24%
G = 65%
B = 31.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#0BDD6C (or 0x0BDD6C) is known color: Malachite. HEX triplet: 0B, DD and 6C. RGB value is (11,221,108). Sum of RGB (Red+Green+Blue) = 11+221+108=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDD6C is #F42293. Grayscale: #919191. Windows color (decimal): -15999636 or 7134475. OLE color: 7134475.

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

Color convert

RGB 11 221 108 -
CMYK 0.95 0 0.51 0.13
HSL 147.71º 0.91% 0.45% -
HSV(B) 147.71º 0.95% 0.87% -
XYZ 28.7 52.87 22.88 -
YUV 145.33 106.93 32.19 -
System Red Green Blue C M Y K H S L
Decimal 11 221 108 0.95 0 0.51 0.13 147.71 0.91 0.45
Hex B DD 6C 5F 0 33 D 94 5B 2D
Octal 13 335 154 137 0 63 15 224 133 55
Binary 1011 11011101 1101100 1011111 0 110011 1101 10010100 1011011 101101

Color Harmonies of #0BDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD6C

Black with #0BDD6C

Text Example


Text Example

White with #0BDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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