Html Css Color HEX #0DD04B Malachite

📋 copy color: '#0DD04B'

red 13 ◦ green 208 ◦ blue 75

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

Shades of Malachite #0DD04B

Tints of Malachite #0DD04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.27%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 4.39%
G = 70.27%
B = 25.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#0DD04B (or 0x0DD04B) is known color: Malachite. HEX triplet: 0D, D0 and 4B. RGB value is (13,208,75). Sum of RGB (Red+Green+Blue) = 13+208+75=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD04B is #F22FB4. Grayscale: #868686. Windows color (decimal): -15871925 or 4968461. OLE color: 4968461.

HSL color Cylindrical-coordinate representation of color #0DD04B: hue angle of 139.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD04B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 75 -
CMYK 0.94 0 0.64 0.18
HSL 139.08º 0.88% 0.43% -
HSV(B) 139.08º 0.94% 0.82% -
XYZ 23.99 45.71 14.21 -
YUV 134.53 94.4 41.31 -
System Red Green Blue C M Y K H S L
Decimal 13 208 75 0.94 0 0.64 0.18 139.08 0.88 0.43
Hex D D0 4B 5E 0 40 12 8B 58 2B
Octal 15 320 113 136 0 100 22 213 130 53
Binary 1101 11010000 1001011 1011110 0 1000000 10010 10001011 1011000 101011

Color Harmonies of #0DD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD04B

Black with #0DD04B

Text Example


Text Example

White with #0DD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,75); }

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

background-color css

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

 a { background-color: rgb(13,208,75); }

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

border-color css

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

 span { border-color: rgb(13,208,75); }

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