Html Css Color HEX #75EEA0 Light Green

📋 copy color: '#75EEA0'

red 117 ◦ green 238 ◦ blue 160

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

Shades of Light Green #75EEA0

Tints of Light Green #75EEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 22.72%
G = 46.21%
B = 31.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#75EEA0 (or 0x75EEA0) is known color: Light Green. HEX triplet: 75, EE and A0. RGB value is (117,238,160). Sum of RGB (Red+Green+Blue) = 117+238+160=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEA0 is #8A115F. Grayscale: #C1C1C1. Windows color (decimal): -9048416 or 10546805. OLE color: 10546805.

HSL color Cylindrical-coordinate representation of color #75EEA0: hue angle of 141.32º 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 #75EEA0 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 160 -
CMYK 0.51 0 0.33 0.07
HSL 141.32º 0.78% 0.7% -
HSV(B) 141.32º 0.51% 0.93% -
XYZ 44.26 67.47 43.95 -
YUV 192.93 109.41 73.84 -
System Red Green Blue C M Y K H S L
Decimal 117 238 160 0.51 0 0.33 0.07 141.32 0.78 0.7
Hex 75 EE A0 33 0 21 7 8D 4E 46
Octal 165 356 240 63 0 41 7 215 116 106
Binary 1110101 11101110 10100000 110011 0 100001 111 10001101 1001110 1000110

Color Harmonies of #75EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEA0

Black with #75EEA0

Text Example


Text Example

White with #75EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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