#75EE69

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

Shades of Pastel Green #75EE69

Tints of Pastel Green #75EE69

Color information

#75EE69 (or 0x75EE69) is unknown color: approx Pastel Green. HEX triplet: 75, EE and 69. RGB value is (117,238,105). Sum of RGB (Red+Green+Blue) = 117+238+105=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE69 is #8A1196. Grayscale: #BBBBBB. Windows color (decimal): -9048471 or 6942325. OLE color: 6942325.

HSL color Cylindrical-coordinate representation of color #75EE69: hue angle of 114.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75EE69 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB117238105-
CMYK0.5100.560.07
HSL114.59º79.64%67.25%-
HSV(B)114.59º55.88%93.33%-
XYZ40.4665.9523.96-
YUV186.6681.9178.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 238 (93.36% from 255) = 51.74%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=25.43%
G=51.74%
B=22.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381050.5100.560.07114.5979.6467.25
Hex75EE69330387735043
Octal165356151630707163120103
Binary11101011110111011010011100110111000111111001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,238,105); }

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

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

 a { background-color: rgb(117,238,105); }

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

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

 span { border-color: rgb(117,238,105); }

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