Html Css Color HEX #0BDC66 Malachite

📋 copy color: '#0BDC66'

red 11 ◦ green 220 ◦ blue 102

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

Shades of Malachite #0BDC66

Tints of Malachite #0BDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.07%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 3.3%
G = 66.07%
B = 30.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#0BDC66 (or 0x0BDC66) is known color: Malachite. HEX triplet: 0B, DC and 66. RGB value is (11,220,102). Sum of RGB (Red+Green+Blue) = 11+220+102=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC66 is #F42399. Grayscale: #909090. Windows color (decimal): -15999898 or 6741003. OLE color: 6741003.

HSL color Cylindrical-coordinate representation of color #0BDC66: hue angle of 146.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC66 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 102 -
CMYK 0.95 0 0.54 0.14
HSL 146.12º 0.9% 0.45% -
HSV(B) 146.12º 0.95% 0.86% -
XYZ 28.13 52.22 21.17 -
YUV 144.06 104.26 33.09 -
System Red Green Blue C M Y K H S L
Decimal 11 220 102 0.95 0 0.54 0.14 146.12 0.9 0.45
Hex B DC 66 5F 0 36 E 92 5A 2D
Octal 13 334 146 137 0 66 16 222 132 55
Binary 1011 11011100 1100110 1011111 0 110110 1110 10010010 1011010 101101

Color Harmonies of #0BDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC66

Black with #0BDC66

Text Example


Text Example

White with #0BDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,220,102); }

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

background-color css

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

 a { background-color: rgb(11,220,102); }

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

border-color css

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

 span { border-color: rgb(11,220,102); }

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