Html Css Color HEX #10FB40 Malachite

📋 copy color: '#10FB40'

red 16 ◦ green 251 ◦ blue 64

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

Shades of Malachite #10FB40

Tints of Malachite #10FB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 75.83%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 4.83%
G = 75.83%
B = 19.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#10FB40 (or 0x10FB40) is known color: Malachite. HEX triplet: 10, FB and 40. RGB value is (16,251,64). Sum of RGB (Red+Green+Blue) = 16+251+64=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FB40 is #EF04BF. Grayscale: #9F9F9F. Windows color (decimal): -15664320 or 4258576. OLE color: 4258576.

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

Color convert

RGB 16 251 64 -
CMYK 0.94 0 0.75 0.02
HSL 132.26º 0.97% 0.52% -
HSV(B) 132.26º 0.94% 0.98% -
XYZ 35.64 69.47 16.38 -
YUV 159.42 74.14 25.71 -
System Red Green Blue C M Y K H S L
Decimal 16 251 64 0.94 0 0.75 0.02 132.26 0.97 0.52
Hex 10 FB 40 5E 0 4B 2 84 61 34
Octal 20 373 100 136 0 113 2 204 141 64
Binary 10000 11111011 1000000 1011110 0 1001011 10 10000100 1100001 110100

Color Harmonies of #10FB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FB40

Black with #10FB40

Text Example


Text Example

White with #10FB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,251,64); }

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

background-color css

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

 a { background-color: rgb(16,251,64); }

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

border-color css

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

 span { border-color: rgb(16,251,64); }

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