Html Css Color HEX #0CDB75 Malachite

📋 copy color: '#0CDB75'

red 12 ◦ green 219 ◦ blue 117

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

Shades of Malachite #0CDB75

Tints of Malachite #0CDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 3.45%
G = 62.93%
B = 33.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#0CDB75 (or 0x0CDB75) is known color: Malachite. HEX triplet: 0C, DB and 75. RGB value is (12,219,117). Sum of RGB (Red+Green+Blue) = 12+219+117=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 219 (85.94% from 255 or 62.93% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB75 is #F3248A. Grayscale: #919191. Windows color (decimal): -15934603 or 7723788. OLE color: 7723788.

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

Color convert

RGB 12 219 117 -
CMYK 0.95 0 0.47 0.14
HSL 150.43º 0.9% 0.45% -
HSV(B) 150.43º 0.95% 0.86% -
XYZ 28.69 52.03 25.36 -
YUV 145.48 111.92 32.79 -
System Red Green Blue C M Y K H S L
Decimal 12 219 117 0.95 0 0.47 0.14 150.43 0.9 0.45
Hex C DB 75 5F 0 2F E 96 5A 2D
Octal 14 333 165 137 0 57 16 226 132 55
Binary 1100 11011011 1110101 1011111 0 101111 1110 10010110 1011010 101101

Color Harmonies of #0CDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB75

Black with #0CDB75

Text Example


Text Example

White with #0CDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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