#3FF88A

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

Shades of Shamrock #3FF88A

Tints of Shamrock #3FF88A

Color information

#3FF88A (or 0x3FF88A) is unknown color: approx Shamrock. HEX triplet: 3F, F8 and 8A. RGB value is (63,248,138). Sum of RGB (Red+Green+Blue) = 63+248+138=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF88A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF88A is #C00775. Grayscale: #B4B4B4. Windows color (decimal): -12584822 or 9107519. OLE color: 9107519.

HSL color Cylindrical-coordinate representation of color #3FF88A: hue angle of 144.32º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF88A is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB63248138-
CMYK0.7500.440.03
HSL144.32º92.96%60.98%-
HSV(B)144.32º74.6%97.25%-
XYZ40.270.0335.44-
YUV180.14104.2144.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.03%
GREEN value IS 248 (97.27% from 255) = 55.23%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=14.03%
G=55.23%
B=30.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632481380.7500.440.03144.3292.9660.98
Hex3FF88A4B02C3905d3d
Octal77370212113054322013575
Binary11111111111000100010101001011010110011100100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF88A; }

 p { color: rgb(63,248,138); }

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

<style>
 a { background-color: #3FF88A; }

 a { background-color: rgb(63,248,138); }

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

<style>
 span { border-color: #3FF88A; }

 span { border-color: rgb(63,248,138); }

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