#3FE694

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

Shades of Shamrock #3FE694

Tints of Shamrock #3FE694

Color information

#3FE694 (or 0x3FE694) is unknown color: approx Shamrock. HEX triplet: 3F, E6 and 94. RGB value is (63,230,148). Sum of RGB (Red+Green+Blue) = 63+230+148=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE694 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE694 is #C0196B. Grayscale: #AAAAAA. Windows color (decimal): -12589420 or 9758271. OLE color: 9758271.

HSL color Cylindrical-coordinate representation of color #3FE694: hue angle of 150.54º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE694 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB63230148-
CMYK0.7300.360.10
HSL150.54º76.96%57.45%-
HSV(B)150.54º72.61%90.2%-
XYZ35.6959.7937.68-
YUV170.72115.1751.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.29%
GREEN value IS 230 (90.23% from 255) = 52.15%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=14.29%
G=52.15%
B=33.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal632301480.7300.360.10150.5476.9657.45
Hex3FE69449024A974d39
Octal773462241110441222711571
Binary1111111110011010010100100100101001001010100101111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,230,148); }

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

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

 a { background-color: rgb(63,230,148); }

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

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

 span { border-color: rgb(63,230,148); }

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