#1FF250

Color #1FF250 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1FF250

Tints of Malachite #1FF250

Color information

#1FF250 (or 0x1FF250) is unknown color: approx Malachite. HEX triplet: 1F, F2 and 50. RGB value is (31,242,80). Sum of RGB (Red+Green+Blue) = 31+242+80=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF250 is #E00DAF. Grayscale: #A0A0A0. Windows color (decimal): -14683568 or 5304863. OLE color: 5304863.

HSL color Cylindrical-coordinate representation of color #1FF250: hue angle of 133.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF250 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB3124280-
CMYK0.8700.670.05
HSL133.93º89.03%53.53%-
HSV(B)133.93º87.19%94.9%-
XYZ33.7764.3718.24-
YUV160.4482.635.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 242 (94.92% from 255) = 68.56%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=8.78%
G=68.56%
B=22.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31242800.8700.670.05133.9389.0353.53
Hex1FF250570435865936
Octal373621201270103520613166
Binary11111111100101010000101011101000011101100001101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FF250; }

 p { color: rgb(31,242,80); }

 H1.HeaderClassName
 {
   color: #1FF250;
 }
 .AnyTagClassName
 {
   color: #1FF250;
 }
</style>
background-color css

<style>
 a { background-color: #1FF250; }

 a { background-color: rgb(31,242,80); }

 div.DivClassName
 {
   background-color: #1FF250;
 }
 .BgClassName
 {
   background-color: #1FF250;
 }
</style>
border-color css

<style>
 span { border-color: #1FF250; }

 span { border-color: rgb(31,242,80); }

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