#3fe088

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

Shades of Shamrock #3FE088

Tints of Shamrock #3FE088

Color information

#3FE088 (or 0x3FE088) is unknown color: approx Shamrock. HEX triplet: 3F, E0 and 88. RGB value is (63,224,136). Sum of RGB (Red+Green+Blue) = 63+224+136=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE088 is #C01F77. Grayscale: #A6A6A6. Windows color (decimal): -12590968 or 8970303. OLE color: 8970303.

HSL color Cylindrical-coordinate representation of color #3FE088: hue angle of 147.2º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE088 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB63224136-
CMYK0.7200.390.12
HSL147.2º72.2%56.27%-
HSV(B)147.2º71.88%87.84%-
XYZ33.1556.1532.38-
YUV165.83111.1654.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.89%
GREEN value IS 224 (87.89% from 255) = 52.96%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=14.89%
G=52.96%
B=32.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632241360.7200.390.12147.272.256.27
Hex3FE08848027C934838
Octal773402101100471422311070
Binary1111111110000010001000100100001001111100100100111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fe088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,224,136); }

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

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

 a { background-color: rgb(63,224,136); }

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

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

 span { border-color: rgb(63,224,136); }

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