#3BFD76

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

Shades of Screamin' Green #3BFD76

Tints of Screamin' Green #3BFD76

Color information

#3BFD76 (or 0x3BFD76) is unknown color: approx Screamin' Green. HEX triplet: 3B, FD and 76. RGB value is (59,253,118). Sum of RGB (Red+Green+Blue) = 59+253+118=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFD76 is #C40289. Grayscale: #B3B3B3. Windows color (decimal): -12845706 or 7798075. OLE color: 7798075.

HSL color Cylindrical-coordinate representation of color #3BFD76: hue angle of 138.25º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD76 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB59253118-
CMYK0.7700.530.01
HSL138.25º97.98%61.18%-
HSV(B)138.25º76.68%99.22%-
XYZ40.272.4929.01-
YUV179.693.2341.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 253 (99.22% from 255) = 58.84%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=13.72%
G=58.84%
B=27.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal592531180.7700.530.01138.2597.9861.18
Hex3BFD764D03518a623d
Octal73375166115065121214275
Binary111011111111011110110100110101101011100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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