Html Css Color HEX #0CEB55 Malachite

📋 copy color: '#0CEB55'

red 12 ◦ green 235 ◦ blue 85

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

Shades of Malachite #0CEB55

Tints of Malachite #0CEB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 3.61%
G = 70.78%
B = 25.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#0CEB55 (or 0x0CEB55) is known color: Malachite. HEX triplet: 0C, EB and 55. RGB value is (12,235,85). Sum of RGB (Red+Green+Blue) = 12+235+85=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 235 (92.19% from 255 or 70.78% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEB55 is #F314AA. Grayscale: #979797. Windows color (decimal): -15930539 or 5630732. OLE color: 5630732.

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

Color convert

RGB 12 235 85 -
CMYK 0.95 0 0.64 0.08
HSL 139.64º 0.9% 0.48% -
HSV(B) 139.64º 0.95% 0.92% -
XYZ 31.5 60.15 18.54 -
YUV 151.22 90.62 28.7 -
System Red Green Blue C M Y K H S L
Decimal 12 235 85 0.95 0 0.64 0.08 139.64 0.9 0.48
Hex C EB 55 5F 0 40 8 8C 5A 30
Octal 14 353 125 137 0 100 10 214 132 60
Binary 1100 11101011 1010101 1011111 0 1000000 1000 10001100 1011010 110000

Color Harmonies of #0CEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB55

Black with #0CEB55

Text Example


Text Example

White with #0CEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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