#60FF70

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

Shades of Screamin' Green #60FF70

Tints of Screamin' Green #60FF70

Color information

#60FF70 (or 0x60FF70) is unknown color: approx Screamin' Green. HEX triplet: 60, FF and 70. RGB value is (96,255,112). Sum of RGB (Red+Green+Blue) = 96+255+112=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60FF70 is #9F008F. Grayscale: #BFBFBF. Windows color (decimal): -10420368 or 7405408. OLE color: 7405408.

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

Color convert

RGB96255112-
CMYK0.6200.560
HSL126.04º100%68.82%-
HSV(B)126.04º62.35%100%-
XYZ43.5175.1827.55-
YUV191.1683.3260.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=20.73%
G=55.08%
B=24.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551120.6200.560126.0410068.82
Hex60FF703E03807e6445
Octal140377160760700176144105
Binary110000011111111111000011111001110000111111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FF70; }

 p { color: rgb(96,255,112); }

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

<style>
 a { background-color: #60FF70; }

 a { background-color: rgb(96,255,112); }

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

<style>
 span { border-color: #60FF70; }

 span { border-color: rgb(96,255,112); }

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