#3DF76B

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

Shades of Screamin' Green #3DF76B

Tints of Screamin' Green #3DF76B

Color information

#3DF76B (or 0x3DF76B) is unknown color: approx Screamin' Green. HEX triplet: 3D, F7 and 6B. RGB value is (61,247,107). Sum of RGB (Red+Green+Blue) = 61+247+107=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF76B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF76B is #C20894. Grayscale: #AFAFAF. Windows color (decimal): -12716181 or 7075645. OLE color: 7075645.

HSL color Cylindrical-coordinate representation of color #3DF76B: hue angle of 134.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF76B is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB61247107-
CMYK0.7500.570.03
HSL134.84º92.08%60.39%-
HSV(B)134.84º75.3%96.86%-
XYZ37.8468.5825.15-
YUV175.4389.3846.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 247 (96.88% from 255) = 59.52%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=14.70%
G=59.52%
B=25.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612471070.7500.570.03134.8492.0860.39
Hex3DF76B4B0393875c3c
Octal75367153113071320713474
Binary1111011111011111010111001011011100111100001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,247,107); }

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

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

 a { background-color: rgb(61,247,107); }

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

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

 span { border-color: rgb(61,247,107); }

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