#75F19C

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

Shades of Light Green #75F19C

Tints of Light Green #75F19C

Color information

#75F19C (or 0x75F19C) is unknown color: approx Light Green. HEX triplet: 75, F1 and 9C. RGB value is (117,241,156). Sum of RGB (Red+Green+Blue) = 117+241+156=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #75F19C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F19C is #8A0E63. Grayscale: #C2C2C2. Windows color (decimal): -9047652 or 10285429. OLE color: 10285429.

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

Color convert

RGB117241156-
CMYK0.5100.350.05
HSL138.87º81.58%70.2%-
HSV(B)138.87º51.45%94.51%-
XYZ44.7969.0942.43-
YUV194.23106.4272.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=22.76%
G=46.89%
B=30.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411560.5100.350.05138.8781.5870.2
Hex75F19C3302358b5246
Octal165361234630435213122106
Binary1110101111100011001110011001101000111011000101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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