Html Css Color HEX #75EEA1 Light Green

📋 copy color: '#75EEA1'

red 117 ◦ green 238 ◦ blue 161

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

Shades of Light Green #75EEA1

Tints of Light Green #75EEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.2%

R = 22.67%
G = 46.12%
B = 31.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#75EEA1 (or 0x75EEA1) is known color: Light Green. HEX triplet: 75, EE and A1. RGB value is (117,238,161). Sum of RGB (Red+Green+Blue) = 117+238+161=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEA1 is #8A115E. Grayscale: #C1C1C1. Windows color (decimal): -9048415 or 10612341. OLE color: 10612341.

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

Color convert

RGB 117 238 161 -
CMYK 0.51 0 0.32 0.07
HSL 141.82º 0.78% 0.7% -
HSV(B) 141.82º 0.51% 0.93% -
XYZ 44.34 67.5 44.41 -
YUV 193.04 109.91 73.76 -
System Red Green Blue C M Y K H S L
Decimal 117 238 161 0.51 0 0.32 0.07 141.82 0.78 0.7
Hex 75 EE A1 33 0 20 7 8E 4E 46
Octal 165 356 241 63 0 40 7 216 116 106
Binary 1110101 11101110 10100001 110011 0 100000 111 10001110 1001110 1000110

Color Harmonies of #75EEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEA1

Black with #75EEA1

Text Example


Text Example

White with #75EEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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