Html Css Color HEX #0CDE37 Malachite

📋 copy color: '#0CDE37'

red 12 ◦ green 222 ◦ blue 55

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

Shades of Malachite #0CDE37

Tints of Malachite #0CDE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.82%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 4.15%
G = 76.82%
B = 19.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#0CDE37 (or 0x0CDE37) is known color: Malachite. HEX triplet: 0C, DE and 37. RGB value is (12,222,55). Sum of RGB (Red+Green+Blue) = 12+222+55=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 222 (87.11% from 255 or 76.82% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDE37 is #F321C8. Grayscale: #8C8C8C. Windows color (decimal): -15933897 or 3661324. OLE color: 3661324.

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

Color convert

RGB 12 222 55 -
CMYK 0.95 0 0.75 0.13
HSL 132.29º 0.9% 0.46% -
HSV(B) 132.29º 0.95% 0.87% -
XYZ 26.96 52.6 12.35 -
YUV 140.17 79.93 36.58 -
System Red Green Blue C M Y K H S L
Decimal 12 222 55 0.95 0 0.75 0.13 132.29 0.9 0.46
Hex C DE 37 5F 0 4B D 84 5A 2E
Octal 14 336 67 137 0 113 15 204 132 56
Binary 1100 11011110 110111 1011111 0 1001011 1101 10000100 1011010 101110

Color Harmonies of #0CDE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDE37

Black with #0CDE37

Text Example


Text Example

White with #0CDE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,222,55); }

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

background-color css

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

 a { background-color: rgb(12,222,55); }

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

border-color css

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

 span { border-color: rgb(12,222,55); }

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