#3DF968

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

Shades of Screamin' Green #3DF968

Tints of Screamin' Green #3DF968

Color information

#3DF968 (or 0x3DF968) is unknown color: approx Screamin' Green. HEX triplet: 3D, F9 and 68. RGB value is (61,249,104). Sum of RGB (Red+Green+Blue) = 61+249+104=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF968 is #C20697. Grayscale: #B0B0B0. Windows color (decimal): -12715672 or 6879549. OLE color: 6879549.

HSL color Cylindrical-coordinate representation of color #3DF968: hue angle of 133.72º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF968 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB61249104-
CMYK0.7600.580.02
HSL133.72º94%60.78%-
HSV(B)133.72º75.5%97.65%-
XYZ38.369.7424.54-
YUV176.2687.2245.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.73%
GREEN value IS 249 (97.66% from 255) = 60.14%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=14.73%
G=60.14%
B=25.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal612491040.7600.580.02133.729460.78
Hex3DF9684C03A2865e3d
Octal75371150114072220613675
Binary1111011111100111010001001100011101010100001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,249,104); }

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

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

 a { background-color: rgb(61,249,104); }

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

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

 span { border-color: rgb(61,249,104); }

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