#75F27A

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

Shades of Pastel Green #75F27A

Tints of Pastel Green #75F27A

Color information

#75F27A (or 0x75F27A) is unknown color: approx Pastel Green. HEX triplet: 75, F2 and 7A. RGB value is (117,242,122). Sum of RGB (Red+Green+Blue) = 117+242+122=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #75F27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F27A is #8A0D85. Grayscale: #BFBFBF. Windows color (decimal): -9047430 or 8057461. OLE color: 8057461.

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

Color convert

RGB117242122-
CMYK0.5200.500.05
HSL122.4º82.78%70.39%-
HSV(B)122.4º51.65%94.9%-
XYZ42.668.6929.43-
YUV190.9489.0975.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 242 (94.92% from 255) = 50.31%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=24.32%
G=50.31%
B=25.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421220.5200.500.05122.482.7870.39
Hex75F27A3403257a5346
Octal165362172640625172123106
Binary11101011111001011110101101000110010101111101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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