#3DFF78

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

Shades of Screamin' Green #3DFF78

Tints of Screamin' Green #3DFF78

Color information

#3DFF78 (or 0x3DFF78) is unknown color: approx Screamin' Green. HEX triplet: 3D, FF and 78. RGB value is (61,255,120). Sum of RGB (Red+Green+Blue) = 61+255+120=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF78 is #C20087. Grayscale: #B5B5B5. Windows color (decimal): -12714120 or 7929661. OLE color: 7929661.

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

Color convert

RGB61255120-
CMYK0.7600.530
HSL138.25º100%61.96%-
HSV(B)138.25º76.08%100%-
XYZ41.0773.8729.86-
YUV181.693.2341.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.99%
GREEN value IS 255 (100% from 255) = 58.49%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=13.99%
G=58.49%
B=27.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612551200.7600.530138.2510061.96
Hex3DFF784C03508a643e
Octal75377170114065021214476
Binary111101111111111111000100110001101010100010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,255,120); }

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

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

 a { background-color: rgb(61,255,120); }

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

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

 span { border-color: rgb(61,255,120); }

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