Html Css Color HEX #10FF41 Malachite

📋 copy color: '#10FF41'

red 16 ◦ green 255 ◦ blue 65

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

Shades of Malachite #10FF41

Tints of Malachite #10FF41

RGB

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

 GREEN value IS 255 (100% from 255) = 75.89%

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

R = 4.76%
G = 75.89%
B = 19.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#10FF41 (or 0x10FF41) is known color: Malachite. HEX triplet: 10, FF and 41. RGB value is (16,255,65). Sum of RGB (Red+Green+Blue) = 16+255+65=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF41 is #EF00BE. Grayscale: #A2A2A2. Windows color (decimal): -15663295 or 4325136. OLE color: 4325136.

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

Color convert

RGB 16 255 65 -
CMYK 0.94 0 0.75 0
HSL 132.3º 1% 0.53% -
HSV(B) 132.3º 0.94% 1% -
XYZ 36.93 72.01 16.95 -
YUV 161.88 73.32 23.95 -
System Red Green Blue C M Y K H S L
Decimal 16 255 65 0.94 0 0.75 0 132.3 1 0.53
Hex 10 FF 41 5E 0 4B 0 84 64 35
Octal 20 377 101 136 0 113 0 204 144 65
Binary 10000 11111111 1000001 1011110 0 1001011 0 10000100 1100100 110101

Color Harmonies of #10FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FF41

Black with #10FF41

Text Example


Text Example

White with #10FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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