#75FD66

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

Shades of Screamin' Green #75FD66

Tints of Screamin' Green #75FD66

Color information

#75FD66 (or 0x75FD66) is unknown color: approx Screamin' Green. HEX triplet: 75, FD and 66. RGB value is (117,253,102). Sum of RGB (Red+Green+Blue) = 117+253+102=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FD66 is #8A0299. Grayscale: #C3C3C3. Windows color (decimal): -9044634 or 6749557. OLE color: 6749557.

HSL color Cylindrical-coordinate representation of color #75FD66: hue angle of 114.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75FD66 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB117253102-
CMYK0.5400.600.01
HSL114.04º97.42%69.61%-
HSV(B)114.04º59.68%99.22%-
XYZ44.8674.9924.68-
YUV195.1275.4472.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 253 (99.22% from 255) = 53.60%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=24.79%
G=53.60%
B=21.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172531020.5400.600.01114.0497.4269.61
Hex75FD663603C1726146
Octal165375146660741162141106
Binary111010111111101110011011011001111001111001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,253,102); }

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

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

 a { background-color: rgb(117,253,102); }

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

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

 span { border-color: rgb(117,253,102); }

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