Html Css Color HEX #0DE435 Malachite

📋 copy color: '#0DE435'

red 13 ◦ green 228 ◦ blue 53

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

Shades of Malachite #0DE435

Tints of Malachite #0DE435

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.55%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 4.42%
G = 77.55%
B = 18.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#0DE435 (or 0x0DE435) is known color: Malachite. HEX triplet: 0D, E4 and 35. RGB value is (13,228,53). Sum of RGB (Red+Green+Blue) = 13+228+53=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE435 is #F21BCA. Grayscale: #909090. Windows color (decimal): -15866827 or 3531789. OLE color: 3531789.

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

Color convert

RGB 13 228 53 -
CMYK 0.94 0 0.77 0.11
HSL 131.16º 0.89% 0.47% -
HSV(B) 131.16º 0.94% 0.89% -
XYZ 28.55 55.83 12.64 -
YUV 143.77 76.77 34.73 -
System Red Green Blue C M Y K H S L
Decimal 13 228 53 0.94 0 0.77 0.11 131.16 0.89 0.47
Hex D E4 35 5E 0 4D B 83 59 2F
Octal 15 344 65 136 0 115 13 203 131 57
Binary 1101 11100100 110101 1011110 0 1001101 1011 10000011 1011001 101111

Color Harmonies of #0DE435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE435

Black with #0DE435

Text Example


Text Example

White with #0DE435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,228,53); }

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

background-color css

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

 a { background-color: rgb(13,228,53); }

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

border-color css

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

 span { border-color: rgb(13,228,53); }

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