#3DF76C

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

Shades of Screamin' Green #3DF76C

Tints of Screamin' Green #3DF76C

Color information

#3DF76C (or 0x3DF76C) is unknown color: approx Screamin' Green. HEX triplet: 3D, F7 and 6C. RGB value is (61,247,108). Sum of RGB (Red+Green+Blue) = 61+247+108=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 247 (96.88% from 255 or 59.38% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF76C is #C20893. Grayscale: #AFAFAF. Windows color (decimal): -12716180 or 7141181. OLE color: 7141181.

HSL color Cylindrical-coordinate representation of color #3DF76C: hue angle of 135.16º 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 #3DF76C is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB61247108-
CMYK0.7500.560.03
HSL135.16º92.08%60.39%-
HSV(B)135.16º75.3%96.86%-
XYZ37.8968.625.43-
YUV175.5489.8846.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.66%
GREEN value IS 247 (96.88% from 255) = 59.38%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=14.66%
G=59.38%
B=25.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612471080.7500.560.03135.1692.0860.39
Hex3DF76C4B0383875c3c
Octal75367154113070320713474
Binary1111011111011111011001001011011100011100001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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