#75F13D

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

Shades of Screamin' Green #75F13D

Tints of Screamin' Green #75F13D

Color information

#75F13D (or 0x75F13D) is unknown color: approx Screamin' Green. HEX triplet: 75, F1 and 3D. RGB value is (117,241,61). Sum of RGB (Red+Green+Blue) = 117+241+61=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #75F13D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F13D is #8A0EC2. Grayscale: #B8B8B8. Windows color (decimal): -9047747 or 4059509. OLE color: 4059509.

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

Color convert

RGB11724161-
CMYK0.5100.750.05
HSL101.33º86.54%59.22%-
HSV(B)101.33º74.69%94.51%-
XYZ39.6367.0315.26-
YUV183.458.9280.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 241 (94.53% from 255) = 57.52%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=27.92%
G=57.52%
B=14.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117241610.5100.750.05101.3386.5459.22
Hex75F13D3304B565573b
Octal16536175630113514512773
Binary1110101111100011111011100110100101110111001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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