#1FCB68

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

Shades of Malachite #1FCB68

Tints of Malachite #1FCB68

Color information

#1FCB68 (or 0x1FCB68) is unknown color: approx Malachite. HEX triplet: 1F, CB and 68. RGB value is (31,203,104). Sum of RGB (Red+Green+Blue) = 31+203+104=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB68 is #E03497. Grayscale: #8C8C8C. Windows color (decimal): -14693528 or 6867743. OLE color: 6867743.

HSL color Cylindrical-coordinate representation of color #1FCB68: hue angle of 145.47º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB68 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB31203104-
CMYK0.8500.490.20
HSL145.47º73.5%45.88%-
HSV(B)145.47º84.73%79.61%-
XYZ24.424420.3-
YUV140.29107.5250.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 203 (79.69% from 255) = 60.06%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=9.17%
G=60.06%
B=30.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal312031040.8500.490.20145.4773.545.88
Hex1FCB685503114914a2e
Octal373131501250612422111256
Binary111111100101111010001010101011000110100100100011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,203,104); }

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

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

 a { background-color: rgb(31,203,104); }

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

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

 span { border-color: rgb(31,203,104); }

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