#1FD385

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

Shades of Shamrock #1FD385

Tints of Shamrock #1FD385

Color information

#1FD385 (or 0x1FD385) is unknown color: approx Shamrock. HEX triplet: 1F, D3 and 85. RGB value is (31,211,133). Sum of RGB (Red+Green+Blue) = 31+211+133=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD385 is #E02C7A. Grayscale: #949494. Windows color (decimal): -14691451 or 8770335. OLE color: 8770335.

HSL color Cylindrical-coordinate representation of color #1FD385: hue angle of 154º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD385 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB31211133-
CMYK0.8500.370.17
HSL154º74.38%47.45%-
HSV(B)154º85.31%82.75%-
XYZ28.0948.5730.09-
YUV148.29119.3744.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.27%
GREEN value IS 211 (82.81% from 255) = 56.27%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=8.27%
G=56.27%
B=35.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal312111330.8500.370.1715474.3847.45
Hex1FD38555025119a4a2f
Octal373232051250452123211257
Binary1111111010011100001011010101010010110001100110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,211,133); }

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

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

 a { background-color: rgb(31,211,133); }

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

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

 span { border-color: rgb(31,211,133); }

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