#3DF76A

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

Shades of Screamin' Green #3DF76A

Tints of Screamin' Green #3DF76A

Color information

#3DF76A (or 0x3DF76A) is unknown color: approx Screamin' Green. HEX triplet: 3D, F7 and 6A. RGB value is (61,247,106). Sum of RGB (Red+Green+Blue) = 61+247+106=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 247 (96.88% from 255 or 59.66% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF76A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF76A is #C20895. Grayscale: #AFAFAF. Windows color (decimal): -12716182 or 7010109. OLE color: 7010109.

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

Color convert

RGB61247106-
CMYK0.7500.570.03
HSL134.52º92.08%60.39%-
HSV(B)134.52º75.3%96.86%-
XYZ37.7968.5524.88-
YUV175.3188.8846.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.73%
GREEN value IS 247 (96.88% from 255) = 59.66%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=14.73%
G=59.66%
B=25.60%

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
Decimal612471060.7500.570.03134.5292.0860.39
Hex3DF76A4B0393875c3c
Octal75367152113071320713474
Binary1111011111011111010101001011011100111100001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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