#75F03D

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

Shades of Screamin' Green #75F03D

Tints of Screamin' Green #75F03D

Color information

#75F03D (or 0x75F03D) is unknown color: approx Screamin' Green. HEX triplet: 75, F0 and 3D. RGB value is (117,240,61). Sum of RGB (Red+Green+Blue) = 117+240+61=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #75F03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F03D is #8A0FC2. Grayscale: #B7B7B7. Windows color (decimal): -9048003 or 4059253. OLE color: 4059253.

HSL color Cylindrical-coordinate representation of color #75F03D: hue angle of 101.23º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75F03D is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB11724061-
CMYK0.5100.750.06
HSL101.23º85.65%59.02%-
HSV(B)101.23º74.58%94.12%-
XYZ39.3466.4415.17-
YUV182.8259.2581.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 240 (94.14% from 255) = 57.42%
BLUE value IS 61 (24.22% from 255) = 14.59%
R=27.99%
G=57.42%
B=14.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117240610.5100.750.06101.2385.6559.02
Hex75F03D3304B665563b
Octal16536075630113614512673
Binary1110101111100001111011100110100101111011001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,240,61); }

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

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

 a { background-color: rgb(117,240,61); }

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

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

 span { border-color: rgb(117,240,61); }

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