Html Css Color HEX #75E691 Pastel Green

📋 copy color: '#75E691'

red 117 ◦ green 230 ◦ blue 145

#75E691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #75E691

Tints of Pastel Green #75E691

RGB

 RED value IS 117 (46.09% from 255) = 23.78%

 GREEN value IS 230 (90.23% from 255) = 46.75%

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 23.78%
G = 46.75%
B = 29.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#75E691 (or 0x75E691) is known color: Pastel Green. HEX triplet: 75, E6 and 91. RGB value is (117,230,145). Sum of RGB (Red+Green+Blue) = 117+230+145=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #75E691 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E691 is #8A196E. Grayscale: #BABABA. Windows color (decimal): -9050479 or 9561717. OLE color: 9561717.

HSL color Cylindrical-coordinate representation of color #75E691: hue angle of 134.87º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E691 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 145 -
CMYK 0.49 0 0.37 0.10
HSL 134.87º 0.69% 0.68% -
HSV(B) 134.87º 0.49% 0.9% -
XYZ 40.74 62.42 36.69 -
YUV 186.52 104.56 78.41 -
System Red Green Blue C M Y K H S L
Decimal 117 230 145 0.49 0 0.37 0.10 134.87 0.69 0.68
Hex 75 E6 91 31 0 25 A 87 45 44
Octal 165 346 221 61 0 45 12 207 105 104
Binary 1110101 11100110 10010001 110001 0 100101 1010 10000111 1000101 1000100

Color Harmonies of #75E691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E691

Black with #75E691

Text Example


Text Example

White with #75E691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,145); }

 H1.HeaderClassName
 {
   color: #75E691;
 }
 .AnyTagClassName
 {
   color: #75E691;
 }
</style>

background-color css

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

 a { background-color: rgb(117,230,145); }

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

border-color css

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

 span { border-color: rgb(117,230,145); }

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