Html Css Color HEX #0DD84B Malachite

📋 copy color: '#0DD84B'

red 13 ◦ green 216 ◦ blue 75

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

Shades of Malachite #0DD84B

Tints of Malachite #0DD84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.05%

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

R = 4.28%
G = 71.05%
B = 24.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#0DD84B (or 0x0DD84B) is known color: Malachite. HEX triplet: 0D, D8 and 4B. RGB value is (13,216,75). Sum of RGB (Red+Green+Blue) = 13+216+75=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD84B is #F227B4. Grayscale: #8B8B8B. Windows color (decimal): -15869877 or 4970509. OLE color: 4970509.

HSL color Cylindrical-coordinate representation of color #0DD84B: hue angle of 138.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD84B is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 216 75 -
CMYK 0.94 0 0.65 0.15
HSL 138.33º 0.89% 0.45% -
HSV(B) 138.33º 0.94% 0.85% -
XYZ 25.99 49.71 14.88 -
YUV 139.23 91.75 37.96 -
System Red Green Blue C M Y K H S L
Decimal 13 216 75 0.94 0 0.65 0.15 138.33 0.89 0.45
Hex D D8 4B 5E 0 41 F 8A 59 2D
Octal 15 330 113 136 0 101 17 212 131 55
Binary 1101 11011000 1001011 1011110 0 1000001 1111 10001010 1011001 101101

Color Harmonies of #0DD84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD84B

Black with #0DD84B

Text Example


Text Example

White with #0DD84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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