#75EF8B

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

Shades of Pastel Green #75EF8B

Tints of Pastel Green #75EF8B

Color information

#75EF8B (or 0x75EF8B) is unknown color: approx Pastel Green. HEX triplet: 75, EF and 8B. RGB value is (117,239,139). Sum of RGB (Red+Green+Blue) = 117+239+139=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF8B is #8A1074. Grayscale: #BFBFBF. Windows color (decimal): -9048181 or 9170805. OLE color: 9170805.

HSL color Cylindrical-coordinate representation of color #75EF8B: hue angle of 130.82º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EF8B is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB117239139-
CMYK0.5100.420.06
HSL130.82º79.22%69.8%-
HSV(B)130.82º51.05%93.73%-
XYZ42.8667.3835.17-
YUV191.1298.5875.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=23.64%
G=48.28%
B=28.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172391390.5100.420.06130.8279.2269.8
Hex75EF8B3302A6834f46
Octal165357213630526203117106
Binary1110101111011111000101111001101010101101000001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,239,139); }

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

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

 a { background-color: rgb(117,239,139); }

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

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

 span { border-color: rgb(117,239,139); }

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