Html Css Color HEX #75EB8C Pastel Green

📋 copy color: '#75EB8C'

red 117 ◦ green 235 ◦ blue 140

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

Shades of Pastel Green #75EB8C

Tints of Pastel Green #75EB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.76%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 23.78%
G = 47.76%
B = 28.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#75EB8C (or 0x75EB8C) is known color: Pastel Green. HEX triplet: 75, EB and 8C. RGB value is (117,235,140). Sum of RGB (Red+Green+Blue) = 117+235+140=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #75EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EB8C is #8A1473. Grayscale: #BDBDBD. Windows color (decimal): -9049204 or 9235317. OLE color: 9235317.

HSL color Cylindrical-coordinate representation of color #75EB8C: hue angle of 131.69º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EB8C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 140 -
CMYK 0.50 0 0.40 0.08
HSL 131.69º 0.75% 0.69% -
HSV(B) 131.69º 0.5% 0.92% -
XYZ 41.78 65.09 35.17 -
YUV 188.89 100.41 76.72 -
System Red Green Blue C M Y K H S L
Decimal 117 235 140 0.50 0 0.40 0.08 131.69 0.75 0.69
Hex 75 EB 8C 32 0 28 8 84 4B 45
Octal 165 353 214 62 0 50 10 204 113 105
Binary 1110101 11101011 10001100 110010 0 101000 1000 10000100 1001011 1000101

Color Harmonies of #75EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EB8C

Black with #75EB8C

Text Example


Text Example

White with #75EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,235,140); }

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

background-color css

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

 a { background-color: rgb(117,235,140); }

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

border-color css

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

 span { border-color: rgb(117,235,140); }

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