Html Css Color HEX #10FC41 Malachite

📋 copy color: '#10FC41'

red 16 ◦ green 252 ◦ blue 65

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

Shades of Malachite #10FC41

Tints of Malachite #10FC41

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75.68%

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 4.8%
G = 75.68%
B = 19.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#10FC41 (or 0x10FC41) is known color: Malachite. HEX triplet: 10, FC and 41. RGB value is (16,252,65). Sum of RGB (Red+Green+Blue) = 16+252+65=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FC41 is #EF03BE. Grayscale: #A0A0A0. Windows color (decimal): -15664063 or 4324368. OLE color: 4324368.

HSL color Cylindrical-coordinate representation of color #10FC41: hue angle of 132.46º 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 #10FC41 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 65 -
CMYK 0.94 0 0.74 0.01
HSL 132.46º 0.98% 0.53% -
HSV(B) 132.46º 0.94% 0.99% -
XYZ 35.98 70.11 16.64 -
YUV 160.12 74.31 25.21 -
System Red Green Blue C M Y K H S L
Decimal 16 252 65 0.94 0 0.74 0.01 132.46 0.98 0.53
Hex 10 FC 41 5E 0 4A 1 84 62 35
Octal 20 374 101 136 0 112 1 204 142 65
Binary 10000 11111100 1000001 1011110 0 1001010 1 10000100 1100010 110101

Color Harmonies of #10FC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FC41

Black with #10FC41

Text Example


Text Example

White with #10FC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,252,65); }

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

background-color css

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

 a { background-color: rgb(16,252,65); }

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

border-color css

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

 span { border-color: rgb(16,252,65); }

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