Html Css Color HEX #10F750 Malachite

📋 copy color: '#10F750'

red 16 ◦ green 247 ◦ blue 80

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

Shades of Malachite #10F750

Tints of Malachite #10F750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.01%

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

R = 4.66%
G = 72.01%
B = 23.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#10F750 (or 0x10F750) is known color: Malachite. HEX triplet: 10, F7 and 50. RGB value is (16,247,80). Sum of RGB (Red+Green+Blue) = 16+247+80=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #10F750 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F750 is #EF08AF. Grayscale: #9F9F9F. Windows color (decimal): -15665328 or 5306128. OLE color: 5306128.

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

Color convert

RGB 16 247 80 -
CMYK 0.94 0 0.68 0.03
HSL 136.62º 0.94% 0.52% -
HSV(B) 136.62º 0.94% 0.97% -
XYZ 34.92 67.21 18.72 -
YUV 158.89 83.47 26.08 -
System Red Green Blue C M Y K H S L
Decimal 16 247 80 0.94 0 0.68 0.03 136.62 0.94 0.52
Hex 10 F7 50 5E 0 44 3 89 5E 34
Octal 20 367 120 136 0 104 3 211 136 64
Binary 10000 11110111 1010000 1011110 0 1000100 11 10001001 1011110 110100

Color Harmonies of #10F750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F750

Black with #10F750

Text Example


Text Example

White with #10F750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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