Html Css Color HEX #0CDD61 Malachite

📋 copy color: '#0CDD61'

red 12 ◦ green 221 ◦ blue 97

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

Shades of Malachite #0CDD61

Tints of Malachite #0CDD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 3.64%
G = 66.97%
B = 29.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#0CDD61 (or 0x0CDD61) is known color: Malachite. HEX triplet: 0C, DD and 61. RGB value is (12,221,97). Sum of RGB (Red+Green+Blue) = 12+221+97=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD61 is #F3229E. Grayscale: #909090. Windows color (decimal): -15934111 or 6413580. OLE color: 6413580.

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

Color convert

RGB 12 221 97 -
CMYK 0.95 0 0.56 0.13
HSL 144.4º 0.9% 0.46% -
HSV(B) 144.4º 0.95% 0.87% -
XYZ 28.17 52.65 19.99 -
YUV 144.37 101.26 33.58 -
System Red Green Blue C M Y K H S L
Decimal 12 221 97 0.95 0 0.56 0.13 144.4 0.9 0.46
Hex C DD 61 5F 0 38 D 90 5A 2E
Octal 14 335 141 137 0 70 15 220 132 56
Binary 1100 11011101 1100001 1011111 0 111000 1101 10010000 1011010 101110

Color Harmonies of #0CDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD61

Black with #0CDD61

Text Example


Text Example

White with #0CDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,97); }

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

background-color css

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

 a { background-color: rgb(12,221,97); }

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

border-color css

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

 span { border-color: rgb(12,221,97); }

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