Html Css Color HEX #0DED4F Malachite

📋 copy color: '#0DED4F'

red 13 ◦ green 237 ◦ blue 79

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

Shades of Malachite #0DED4F

Tints of Malachite #0DED4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 3.95%
G = 72.04%
B = 24.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#0DED4F (or 0x0DED4F) is known color: Malachite. HEX triplet: 0D, ED and 4F. RGB value is (13,237,79). Sum of RGB (Red+Green+Blue) = 13+237+79=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DED4F is #F212B0. Grayscale: #989898. Windows color (decimal): -15864497 or 5238029. OLE color: 5238029.

HSL color Cylindrical-coordinate representation of color #0DED4F: hue angle of 137.68º 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 #0DED4F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 237 79 -
CMYK 0.95 0 0.67 0.07
HSL 137.68º 0.9% 0.49% -
HSV(B) 137.68º 0.95% 0.93% -
XYZ 31.86 61.22 17.53 -
YUV 152.01 86.79 28.85 -
System Red Green Blue C M Y K H S L
Decimal 13 237 79 0.95 0 0.67 0.07 137.68 0.9 0.49
Hex D ED 4F 5F 0 43 7 8A 5A 31
Octal 15 355 117 137 0 103 7 212 132 61
Binary 1101 11101101 1001111 1011111 0 1000011 111 10001010 1011010 110001

Color Harmonies of #0DED4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DED4F

Black with #0DED4F

Text Example


Text Example

White with #0DED4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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