#75F295

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

Shades of Light Green #75F295

Tints of Light Green #75F295

Color information

#75F295 (or 0x75F295) is unknown color: approx Light Green. HEX triplet: 75, F2 and 95. RGB value is (117,242,149). Sum of RGB (Red+Green+Blue) = 117+242+149=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #75F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F295 is #8A0D6A. Grayscale: #C2C2C2. Windows color (decimal): -9047403 or 9826933. OLE color: 9826933.

HSL color Cylindrical-coordinate representation of color #75F295: hue angle of 135.36º 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 #75F295 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB117242149-
CMYK0.5200.380.05
HSL135.36º82.78%70.39%-
HSV(B)135.36º51.65%94.9%-
XYZ44.5169.4639.49-
YUV194.02102.5973.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=23.03%
G=47.64%
B=29.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421490.5200.380.05135.3682.7870.39
Hex75F295340265875346
Octal165362225640465207123106
Binary1110101111100101001010111010001001101011000011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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