#75EE70

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

Shades of Pastel Green #75EE70

Tints of Pastel Green #75EE70

Color information

#75EE70 (or 0x75EE70) is unknown color: approx Pastel Green. HEX triplet: 75, EE and 70. RGB value is (117,238,112). Sum of RGB (Red+Green+Blue) = 117+238+112=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE70 is #8A118F. Grayscale: #BBBBBB. Windows color (decimal): -9048464 or 7401077. OLE color: 7401077.

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

Color convert

RGB117238112-
CMYK0.5100.530.07
HSL117.62º78.75%68.63%-
HSV(B)117.62º52.94%93.33%-
XYZ40.8466.125.94-
YUV187.4685.4177.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 238 (93.36% from 255) = 50.96%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=25.05%
G=50.96%
B=23.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381120.5100.530.07117.6278.7568.63
Hex75EE70330357764f45
Octal165356160630657166117105
Binary11101011110111011100001100110110101111111011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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