#3BF665

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

Shades of Screamin' Green #3BF665

Tints of Screamin' Green #3BF665

Color information

#3BF665 (or 0x3BF665) is unknown color: approx Screamin' Green. HEX triplet: 3B, F6 and 65. RGB value is (59,246,101). Sum of RGB (Red+Green+Blue) = 59+246+101=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 246 (96.48% from 255 or 60.59% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF665 is #C4099A. Grayscale: #ADADAD. Windows color (decimal): -12847515 or 6682171. OLE color: 6682171.

HSL color Cylindrical-coordinate representation of color #3BF665: hue angle of 133.48º 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 #3BF665 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB59246101-
CMYK0.7600.590.04
HSL133.48º91.22%59.8%-
HSV(B)133.48º76.02%96.47%-
XYZ37.1167.7823.44-
YUV173.5687.0546.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.53%
GREEN value IS 246 (96.48% from 255) = 60.59%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=14.53%
G=60.59%
B=24.88%

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
Decimal592461010.7600.590.04133.4891.2259.8
Hex3BF6654C03B4855b3c
Octal73366145114073420513374
Binary11101111110110110010110011000111011100100001011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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