#75FC6C

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

Shades of Screamin' Green #75FC6C

Tints of Screamin' Green #75FC6C

Color information

#75FC6C (or 0x75FC6C) is unknown color: approx Screamin' Green. HEX triplet: 75, FC and 6C. RGB value is (117,252,108). Sum of RGB (Red+Green+Blue) = 117+252+108=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FC6C is #8A0393. Grayscale: #C3C3C3. Windows color (decimal): -9044884 or 7142517. OLE color: 7142517.

HSL color Cylindrical-coordinate representation of color #75FC6C: hue angle of 116.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75FC6C is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB117252108-
CMYK0.5400.570.01
HSL116.25º96%70.59%-
HSV(B)116.25º57.14%98.82%-
XYZ44.8574.4926.2-
YUV195.2278.7772.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 252 (98.83% from 255) = 52.83%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=24.53%
G=52.83%
B=22.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521080.5400.570.01116.259670.59
Hex75FC6C360391746047
Octal165374154660711164140107
Binary111010111111100110110011011001110011111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75FC6C; }

 p { color: rgb(117,252,108); }

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

<style>
 a { background-color: #75FC6C; }

 a { background-color: rgb(117,252,108); }

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

<style>
 span { border-color: #75FC6C; }

 span { border-color: rgb(117,252,108); }

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