#75F296

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

Shades of Light Green #75F296

Tints of Light Green #75F296

Color information

#75F296 (or 0x75F296) is unknown color: approx Light Green. HEX triplet: 75, F2 and 96. RGB value is (117,242,150). Sum of RGB (Red+Green+Blue) = 117+242+150=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #75F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F296 is #8A0D69. Grayscale: #C2C2C2. Windows color (decimal): -9047402 or 9892469. OLE color: 9892469.

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

Color convert

RGB117242150-
CMYK0.5200.380.05
HSL135.84º82.78%70.39%-
HSV(B)135.84º51.65%94.9%-
XYZ44.5969.4939.92-
YUV194.14103.0972.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.99%
GREEN value IS 242 (94.92% from 255) = 47.54%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=22.99%
G=47.54%
B=29.47%

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
Decimal1172421500.5200.380.05135.8482.7870.39
Hex75F296340265885346
Octal165362226640465210123106
Binary1110101111100101001011011010001001101011000100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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