Html Css Color HEX #10DB4B Malachite

📋 copy color: '#10DB4B'

red 16 ◦ green 219 ◦ blue 75

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

Shades of Malachite #10DB4B

Tints of Malachite #10DB4B

RGB

 RED value IS 16 (6.64% from 255) = 5.16%

 GREEN value IS 219 (85.94% from 255) = 70.65%

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

R = 5.16%
G = 70.65%
B = 24.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#10DB4B (or 0x10DB4B) is known color: Malachite. HEX triplet: 10, DB and 4B. RGB value is (16,219,75). Sum of RGB (Red+Green+Blue) = 16+219+75=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DB4B is #EF24B4. Grayscale: #8E8E8E. Windows color (decimal): -15672501 or 4971280. OLE color: 4971280.

HSL color Cylindrical-coordinate representation of color #10DB4B: hue angle of 137.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DB4B is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 219 75 -
CMYK 0.93 0 0.66 0.14
HSL 137.44º 0.86% 0.46% -
HSV(B) 137.44º 0.93% 0.86% -
XYZ 26.82 51.28 15.14 -
YUV 141.89 90.25 38.21 -
System Red Green Blue C M Y K H S L
Decimal 16 219 75 0.93 0 0.66 0.14 137.44 0.86 0.46
Hex 10 DB 4B 5D 0 42 E 89 56 2E
Octal 20 333 113 135 0 102 16 211 126 56
Binary 10000 11011011 1001011 1011101 0 1000010 1110 10001001 1010110 101110

Color Harmonies of #10DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DB4B

Black with #10DB4B

Text Example


Text Example

White with #10DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DB4B; }

 p { color: rgb(16,219,75); }

 H1.HeaderClassName
 {
   color: #10DB4B;
 }
 .AnyTagClassName
 {
   color: #10DB4B;
 }
</style>

background-color css

<style>
 a { background-color: #10DB4B; }

 a { background-color: rgb(16,219,75); }

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

border-color css

<style>
 span { border-color: #10DB4B; }

 span { border-color: rgb(16,219,75); }

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