#1FF05F

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

Shades of Malachite #1FF05F

Tints of Malachite #1FF05F

Color information

#1FF05F (or 0x1FF05F) is unknown color: approx Malachite. HEX triplet: 1F, F0 and 5F. RGB value is (31,240,95). Sum of RGB (Red+Green+Blue) = 31+240+95=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF05F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF05F is #E00FA0. Grayscale: #A1A1A1. Windows color (decimal): -14684065 or 6287391. OLE color: 6287391.

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

Color convert

RGB3124095-
CMYK0.8700.600.06
HSL138.37º87.45%53.14%-
HSV(B)138.37º87.08%94.12%-
XYZ33.7963.4421.29-
YUV160.9890.7635.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.47%
GREEN value IS 240 (94.14% from 255) = 65.57%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=8.47%
G=65.57%
B=25.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31240950.8700.600.06138.3787.4553.14
Hex1FF05F5703C68a5735
Octal37360137127074621212765
Binary1111111110000101111110101110111100110100010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,240,95); }

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

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

 a { background-color: rgb(31,240,95); }

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

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

 span { border-color: rgb(31,240,95); }

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