Html Css Color HEX #10D752 Malachite

📋 copy color: '#10D752'

red 16 ◦ green 215 ◦ blue 82

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

Shades of Malachite #10D752

Tints of Malachite #10D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.69%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 5.11%
G = 68.69%
B = 26.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#10D752 (or 0x10D752) is known color: Malachite. HEX triplet: 10, D7 and 52. RGB value is (16,215,82). Sum of RGB (Red+Green+Blue) = 16+215+82=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #10D752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D752 is #EF28AD. Grayscale: #8C8C8C. Windows color (decimal): -15673518 or 5429008. OLE color: 5429008.

HSL color Cylindrical-coordinate representation of color #10D752: hue angle of 139.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D752 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 215 82 -
CMYK 0.93 0 0.62 0.16
HSL 139.9º 0.86% 0.45% -
HSV(B) 139.9º 0.93% 0.84% -
XYZ 26.04 49.32 16.13 -
YUV 140.34 95.07 39.31 -
System Red Green Blue C M Y K H S L
Decimal 16 215 82 0.93 0 0.62 0.16 139.9 0.86 0.45
Hex 10 D7 52 5D 0 3E 10 8C 56 2D
Octal 20 327 122 135 0 76 20 214 126 55
Binary 10000 11010111 1010010 1011101 0 111110 10000 10001100 1010110 101101

Color Harmonies of #10D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D752

Black with #10D752

Text Example


Text Example

White with #10D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,215,82); }

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

background-color css

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

 a { background-color: rgb(16,215,82); }

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

border-color css

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

 span { border-color: rgb(16,215,82); }

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