#75F961

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

Shades of Screamin' Green #75F961

Tints of Screamin' Green #75F961

Color information

#75F961 (or 0x75F961) is unknown color: approx Screamin' Green. HEX triplet: 75, F9 and 61. RGB value is (117,249,97). Sum of RGB (Red+Green+Blue) = 117+249+97=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #75F961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F961 is #8A069E. Grayscale: #C0C0C0. Windows color (decimal): -9045663 or 6420853. OLE color: 6420853.

HSL color Cylindrical-coordinate representation of color #75F961: hue angle of 112.11º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75F961 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB11724997-
CMYK0.5300.610.02
HSL112.11º92.68%67.84%-
HSV(B)112.11º61.04%97.65%-
XYZ43.3772.423-
YUV192.274.2774.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=25.27%
G=53.78%
B=20.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117249970.5300.610.02112.1192.6867.84
Hex75F9613503D2705d44
Octal165371141650752160135104
Binary1110101111110011100001110101011110110111000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,97); }

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

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

 a { background-color: rgb(117,249,97); }

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

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

 span { border-color: rgb(117,249,97); }

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