Html Css Color HEX #0DE538 Malachite

📋 copy color: '#0DE538'

red 13 ◦ green 229 ◦ blue 56

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

Shades of Malachite #0DE538

Tints of Malachite #0DE538

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.85%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 4.36%
G = 76.85%
B = 18.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#0DE538 (or 0x0DE538) is known color: Malachite. HEX triplet: 0D, E5 and 38. RGB value is (13,229,56). Sum of RGB (Red+Green+Blue) = 13+229+56=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE538 is #F21AC7. Grayscale: #919191. Windows color (decimal): -15866568 or 3728653. OLE color: 3728653.

HSL color Cylindrical-coordinate representation of color #0DE538: hue angle of 131.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE538 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 229 56 -
CMYK 0.94 0 0.76 0.10
HSL 131.94º 0.89% 0.47% -
HSV(B) 131.94º 0.94% 0.9% -
XYZ 28.9 56.41 13.11 -
YUV 144.69 77.94 34.07 -
System Red Green Blue C M Y K H S L
Decimal 13 229 56 0.94 0 0.76 0.10 131.94 0.89 0.47
Hex D E5 38 5E 0 4C A 84 59 2F
Octal 15 345 70 136 0 114 12 204 131 57
Binary 1101 11100101 111000 1011110 0 1001100 1010 10000100 1011001 101111

Color Harmonies of #0DE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE538

Black with #0DE538

Text Example


Text Example

White with #0DE538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,229,56); }

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

background-color css

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

 a { background-color: rgb(13,229,56); }

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

border-color css

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

 span { border-color: rgb(13,229,56); }

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