Html Css Color HEX #0DED62 Malachite

📋 copy color: '#0DED62'

red 13 ◦ green 237 ◦ blue 98

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

Shades of Malachite #0DED62

Tints of Malachite #0DED62

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.1%

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 3.74%
G = 68.1%
B = 28.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#0DED62 (or 0x0DED62) is known color: Malachite. HEX triplet: 0D, ED and 62. RGB value is (13,237,98). Sum of RGB (Red+Green+Blue) = 13+237+98=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 237 (92.97% from 255 or 68.10% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DED62 is #F2129D. Grayscale: #9A9A9A. Windows color (decimal): -15864478 or 6483213. OLE color: 6483213.

HSL color Cylindrical-coordinate representation of color #0DED62: hue angle of 142.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED62 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 237 98 -
CMYK 0.95 0 0.59 0.07
HSL 142.77º 0.9% 0.49% -
HSV(B) 142.77º 0.95% 0.93% -
XYZ 32.65 61.54 21.71 -
YUV 154.18 96.29 27.3 -
System Red Green Blue C M Y K H S L
Decimal 13 237 98 0.95 0 0.59 0.07 142.77 0.9 0.49
Hex D ED 62 5F 0 3B 7 8F 5A 31
Octal 15 355 142 137 0 73 7 217 132 61
Binary 1101 11101101 1100010 1011111 0 111011 111 10001111 1011010 110001

Color Harmonies of #0DED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DED62

Black with #0DED62

Text Example


Text Example

White with #0DED62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,237,98); }

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

background-color css

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

 a { background-color: rgb(13,237,98); }

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

border-color css

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

 span { border-color: rgb(13,237,98); }

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