Html Css Color HEX #0CDB57 Malachite

📋 copy color: '#0CDB57'

red 12 ◦ green 219 ◦ blue 87

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

Shades of Malachite #0CDB57

Tints of Malachite #0CDB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.36%

R = 3.77%
G = 68.87%
B = 27.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#0CDB57 (or 0x0CDB57) is known color: Malachite. HEX triplet: 0C, DB and 57. RGB value is (12,219,87). Sum of RGB (Red+Green+Blue) = 12+219+87=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB57 is #F324A8. Grayscale: #8E8E8E. Windows color (decimal): -15934633 or 5757708. OLE color: 5757708.

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

Color convert

RGB 12 219 87 -
CMYK 0.95 0 0.60 0.14
HSL 141.74º 0.9% 0.45% -
HSV(B) 141.74º 0.95% 0.86% -
XYZ 27.2 51.43 17.51 -
YUV 142.06 96.92 35.23 -
System Red Green Blue C M Y K H S L
Decimal 12 219 87 0.95 0 0.60 0.14 141.74 0.9 0.45
Hex C DB 57 5F 0 3C E 8E 5A 2D
Octal 14 333 127 137 0 74 16 216 132 55
Binary 1100 11011011 1010111 1011111 0 111100 1110 10001110 1011010 101101

Color Harmonies of #0CDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB57

Black with #0CDB57

Text Example


Text Example

White with #0CDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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