#1BF73F

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

Shades of Malachite #1BF73F

Tints of Malachite #1BF73F

Color information

#1BF73F (or 0x1BF73F) is unknown color: approx Malachite. HEX triplet: 1B, F7 and 3F. RGB value is (27,247,63). Sum of RGB (Red+Green+Blue) = 27+247+63=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF73F is #E408C0. Grayscale: #A0A0A0. Windows color (decimal): -14944449 or 4192027. OLE color: 4192027.

HSL color Cylindrical-coordinate representation of color #1BF73F: hue angle of 129.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF73F is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2724763-
CMYK0.8900.740.03
HSL129.82º93.22%53.73%-
HSV(B)129.82º89.07%96.86%-
XYZ34.6167.1115.83-
YUV160.2473.1132.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.01%
GREEN value IS 247 (96.88% from 255) = 73.29%
BLUE value IS 63 (25% from 255) = 18.69%
R=8.01%
G=73.29%
B=18.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal27247630.8900.740.03129.8293.2253.73
Hex1BF73F5904A3825d36
Octal33367771310112320213566
Binary110111111011111111110110010100101011100000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,247,63); }

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

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

 a { background-color: rgb(27,247,63); }

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

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

 span { border-color: rgb(27,247,63); }

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