Html Css Color HEX #0CDB56 Malachite

📋 copy color: '#0CDB56'

red 12 ◦ green 219 ◦ blue 86

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

Shades of Malachite #0CDB56

Tints of Malachite #0CDB56

RGB

 RED value IS 12 (5.08% from 255) = 3.79%

 GREEN value IS 219 (85.94% from 255) = 69.09%

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 3.79%
G = 69.09%
B = 27.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#0CDB56 (or 0x0CDB56) is known color: Malachite. HEX triplet: 0C, DB and 56. RGB value is (12,219,86). Sum of RGB (Red+Green+Blue) = 12+219+86=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB56 is #F324A9. Grayscale: #8E8E8E. Windows color (decimal): -15934634 or 5692172. OLE color: 5692172.

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

Color convert

RGB 12 219 86 -
CMYK 0.95 0 0.61 0.14
HSL 141.45º 0.9% 0.45% -
HSV(B) 141.45º 0.95% 0.86% -
XYZ 27.16 51.41 17.3 -
YUV 141.95 96.42 35.31 -
System Red Green Blue C M Y K H S L
Decimal 12 219 86 0.95 0 0.61 0.14 141.45 0.9 0.45
Hex C DB 56 5F 0 3D E 8D 5A 2D
Octal 14 333 126 137 0 75 16 215 132 55
Binary 1100 11011011 1010110 1011111 0 111101 1110 10001101 1011010 101101

Color Harmonies of #0CDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB56

Black with #0CDB56

Text Example


Text Example

White with #0CDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,86); }

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

background-color css

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

 a { background-color: rgb(12,219,86); }

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

border-color css

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

 span { border-color: rgb(12,219,86); }

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