Html Css Color HEX #10FD50 Malachite

📋 copy color: '#10FD50'

red 16 ◦ green 253 ◦ blue 80

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

Shades of Malachite #10FD50

Tints of Malachite #10FD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.49%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 4.58%
G = 72.49%
B = 22.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#10FD50 (or 0x10FD50) is known color: Malachite. HEX triplet: 10, FD and 50. RGB value is (16,253,80). Sum of RGB (Red+Green+Blue) = 16+253+80=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FD50 is #EF02AF. Grayscale: #A2A2A2. Windows color (decimal): -15663792 or 5307664. OLE color: 5307664.

HSL color Cylindrical-coordinate representation of color #10FD50: hue angle of 136.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FD50 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 253 80 -
CMYK 0.94 0 0.68 0.01
HSL 136.2º 0.98% 0.53% -
HSV(B) 136.2º 0.94% 0.99% -
XYZ 36.79 70.94 19.34 -
YUV 162.42 81.48 23.57 -
System Red Green Blue C M Y K H S L
Decimal 16 253 80 0.94 0 0.68 0.01 136.2 0.98 0.53
Hex 10 FD 50 5E 0 44 1 88 62 35
Octal 20 375 120 136 0 104 1 210 142 65
Binary 10000 11111101 1010000 1011110 0 1000100 1 10001000 1100010 110101

Color Harmonies of #10FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FD50

Black with #10FD50

Text Example


Text Example

White with #10FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,253,80); }

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

background-color css

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

 a { background-color: rgb(16,253,80); }

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

border-color css

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

 span { border-color: rgb(16,253,80); }

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