Html Css Color HEX #75EE8C Pastel Green

📋 copy color: '#75EE8C'

red 117 ◦ green 238 ◦ blue 140

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

Shades of Pastel Green #75EE8C

Tints of Pastel Green #75EE8C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 23.64%
G = 48.08%
B = 28.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#75EE8C (or 0x75EE8C) is known color: Pastel Green. HEX triplet: 75, EE and 8C. RGB value is (117,238,140). Sum of RGB (Red+Green+Blue) = 117+238+140=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EE8C is #8A1173. Grayscale: #BEBEBE. Windows color (decimal): -9048436 or 9236085. OLE color: 9236085.

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

Color convert

RGB 117 238 140 -
CMYK 0.51 0 0.41 0.07
HSL 131.41º 0.78% 0.7% -
HSV(B) 131.41º 0.51% 0.93% -
XYZ 42.64 66.82 35.46 -
YUV 190.65 99.41 75.47 -
System Red Green Blue C M Y K H S L
Decimal 117 238 140 0.51 0 0.41 0.07 131.41 0.78 0.7
Hex 75 EE 8C 33 0 29 7 83 4E 46
Octal 165 356 214 63 0 51 7 203 116 106
Binary 1110101 11101110 10001100 110011 0 101001 111 10000011 1001110 1000110

Color Harmonies of #75EE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EE8C

Black with #75EE8C

Text Example


Text Example

White with #75EE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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