#76FD70

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

Shades of Screamin' Green #76FD70

Tints of Screamin' Green #76FD70

Color information

#76FD70 (or 0x76FD70) is unknown color: approx Screamin' Green. HEX triplet: 76, FD and 70. RGB value is (118,253,112). Sum of RGB (Red+Green+Blue) = 118+253+112=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #76FD70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FD70 is #89028F. Grayscale: #C4C4C4. Windows color (decimal): -8979088 or 7404918. OLE color: 7404918.

HSL color Cylindrical-coordinate representation of color #76FD70: hue angle of 117.45º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76FD70 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB118253112-
CMYK0.5300.560.01
HSL117.45º97.24%71.57%-
HSV(B)117.45º55.73%99.22%-
XYZ45.5275.2727.46-
YUV196.5680.2771.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 253 (99.22% from 255) = 52.38%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=24.43%
G=52.38%
B=23.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182531120.5300.560.01117.4597.2471.57
Hex76FD70350381756148
Octal166375160650701165141110
Binary111011011111101111000011010101110001111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76FD70; }

 p { color: rgb(118,253,112); }

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

<style>
 a { background-color: #76FD70; }

 a { background-color: rgb(118,253,112); }

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

<style>
 span { border-color: #76FD70; }

 span { border-color: rgb(118,253,112); }

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