#75F28C

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

Shades of Light Green #75F28C

Tints of Light Green #75F28C

Color information

#75F28C (or 0x75F28C) is unknown color: approx Light Green. HEX triplet: 75, F2 and 8C. RGB value is (117,242,140). Sum of RGB (Red+Green+Blue) = 117+242+140=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #75F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F28C is #8A0D73. Grayscale: #C1C1C1. Windows color (decimal): -9047412 or 9237109. OLE color: 9237109.

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

Color convert

RGB117242140-
CMYK0.5200.420.05
HSL131.04º82.78%70.39%-
HSV(B)131.04º51.65%94.9%-
XYZ43.8269.1835.85-
YUV19398.0973.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=23.45%
G=48.50%
B=28.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421400.5200.420.05131.0482.7870.39
Hex75F28C3402A5835346
Octal165362214640525203123106
Binary1110101111100101000110011010001010101011000001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,140); }

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

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

 a { background-color: rgb(117,242,140); }

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

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

 span { border-color: rgb(117,242,140); }

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