Html Css Color HEX #0DE663 Malachite

📋 copy color: '#0DE663'

red 13 ◦ green 230 ◦ blue 99

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

Shades of Malachite #0DE663

Tints of Malachite #0DE663

RGB

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

 GREEN value IS 230 (90.23% from 255) = 67.25%

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 3.8%
G = 67.25%
B = 28.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#0DE663 (or 0x0DE663) is known color: Malachite. HEX triplet: 0D, E6 and 63. RGB value is (13,230,99). Sum of RGB (Red+Green+Blue) = 13+230+99=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE663 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE663 is #F2199C. Grayscale: #969696. Windows color (decimal): -15866269 or 6546957. OLE color: 6546957.

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

Color convert

RGB 13 230 99 -
CMYK 0.94 0 0.57 0.10
HSL 143.78º 0.89% 0.48% -
HSV(B) 143.78º 0.94% 0.9% -
XYZ 30.71 57.58 21.3 -
YUV 150.18 99.11 30.15 -
System Red Green Blue C M Y K H S L
Decimal 13 230 99 0.94 0 0.57 0.10 143.78 0.89 0.48
Hex D E6 63 5E 0 39 A 90 59 30
Octal 15 346 143 136 0 71 12 220 131 60
Binary 1101 11100110 1100011 1011110 0 111001 1010 10010000 1011001 110000

Color Harmonies of #0DE663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE663

Black with #0DE663

Text Example


Text Example

White with #0DE663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,230,99); }

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

background-color css

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

 a { background-color: rgb(13,230,99); }

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

border-color css

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

 span { border-color: rgb(13,230,99); }

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