Html Css Color HEX #0CEB41 Malachite

📋 copy color: '#0CEB41'

red 12 ◦ green 235 ◦ blue 65

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

Shades of Malachite #0CEB41

Tints of Malachite #0CEB41

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.32%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 3.85%
G = 75.32%
B = 20.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#0CEB41 (or 0x0CEB41) is known color: Malachite. HEX triplet: 0C, EB and 41. RGB value is (12,235,65). Sum of RGB (Red+Green+Blue) = 12+235+65=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 235 (92.19% from 255 or 75.32% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEB41 is #F314BE. Grayscale: #959595. Windows color (decimal): -15930559 or 4320012. OLE color: 4320012.

HSL color Cylindrical-coordinate representation of color #0CEB41: hue angle of 134.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB41 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 235 65 -
CMYK 0.95 0 0.72 0.08
HSL 134.26º 0.9% 0.48% -
HSV(B) 134.26º 0.95% 0.92% -
XYZ 30.81 59.88 14.93 -
YUV 148.94 80.62 30.32 -
System Red Green Blue C M Y K H S L
Decimal 12 235 65 0.95 0 0.72 0.08 134.26 0.9 0.48
Hex C EB 41 5F 0 48 8 86 5A 30
Octal 14 353 101 137 0 110 10 206 132 60
Binary 1100 11101011 1000001 1011111 0 1001000 1000 10000110 1011010 110000

Color Harmonies of #0CEB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB41

Black with #0CEB41

Text Example


Text Example

White with #0CEB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,235,65); }

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

background-color css

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

 a { background-color: rgb(12,235,65); }

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

border-color css

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

 span { border-color: rgb(12,235,65); }

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