#3BFF76

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

Shades of Screamin' Green #3BFF76

Tints of Screamin' Green #3BFF76

Color information

#3BFF76 (or 0x3BFF76) is unknown color: approx Screamin' Green. HEX triplet: 3B, FF and 76. RGB value is (59,255,118). Sum of RGB (Red+Green+Blue) = 59+255+118=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF76 is #C40089. Grayscale: #B5B5B5. Windows color (decimal): -12845194 or 7798587. OLE color: 7798587.

HSL color Cylindrical-coordinate representation of color #3BFF76: hue angle of 138.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF76 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB59255118-
CMYK0.7700.540
HSL138.06º100%61.57%-
HSV(B)138.06º76.86%100%-
XYZ40.8373.7629.22-
YUV180.7892.5741.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.66%
GREEN value IS 255 (100% from 255) = 59.03%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=13.66%
G=59.03%
B=27.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal592551180.7700.540138.0610061.57
Hex3BFF764D03608a643e
Octal73377166115066021214476
Binary111011111111111110110100110101101100100010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,255,118); }

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

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

 a { background-color: rgb(59,255,118); }

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

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

 span { border-color: rgb(59,255,118); }

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