Html Css Color HEX #0DEB42 Malachite

📋 copy color: '#0DEB42'

red 13 ◦ green 235 ◦ blue 66

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

Shades of Malachite #0DEB42

Tints of Malachite #0DEB42

RGB

 RED value IS 13 (5.47% from 255) = 4.14%

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 4.14%
G = 74.84%
B = 21.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#0DEB42 (or 0x0DEB42) is known color: Malachite. HEX triplet: 0D, EB and 42. RGB value is (13,235,66). Sum of RGB (Red+Green+Blue) = 13+235+66=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 235 (92.19% from 255 or 74.84% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEB42 is #F214BD. Grayscale: #959595. Windows color (decimal): -15865022 or 4385549. OLE color: 4385549.

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

Color convert

RGB 13 235 66 -
CMYK 0.94 0 0.72 0.08
HSL 134.32º 0.9% 0.49% -
HSV(B) 134.32º 0.94% 0.92% -
XYZ 30.86 59.9 15.09 -
YUV 149.36 80.95 30.74 -
System Red Green Blue C M Y K H S L
Decimal 13 235 66 0.94 0 0.72 0.08 134.32 0.9 0.49
Hex D EB 42 5E 0 48 8 86 5A 31
Octal 15 353 102 136 0 110 10 206 132 61
Binary 1101 11101011 1000010 1011110 0 1001000 1000 10000110 1011010 110001

Color Harmonies of #0DEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEB42

Black with #0DEB42

Text Example


Text Example

White with #0DEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,235,66); }

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

background-color css

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

 a { background-color: rgb(13,235,66); }

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

border-color css

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

 span { border-color: rgb(13,235,66); }

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