#3BF666

Color #3BF666 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #3BF666

Tints of Screamin' Green #3BF666

Color information

#3BF666 (or 0x3BF666) is unknown color: approx Screamin' Green. HEX triplet: 3B, F6 and 66. RGB value is (59,246,102). Sum of RGB (Red+Green+Blue) = 59+246+102=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF666 is #C40999. Grayscale: #AEAEAE. Windows color (decimal): -12847514 or 6747707. OLE color: 6747707.

HSL color Cylindrical-coordinate representation of color #3BF666: hue angle of 133.8º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF666 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB59246102-
CMYK0.7600.590.04
HSL133.8º91.22%59.8%-
HSV(B)133.8º76.02%96.47%-
XYZ37.1667.823.7-
YUV173.6787.5546.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 246 (96.48% from 255) = 60.44%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=14.50%
G=60.44%
B=25.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal592461020.7600.590.04133.891.2259.8
Hex3BF6664C03B4865b3c
Octal73366146114073420613374
Binary11101111110110110011010011000111011100100001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,246,102); }

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

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

 a { background-color: rgb(59,246,102); }

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

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

 span { border-color: rgb(59,246,102); }

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