Html Css Color HEX #75E994 Light Green

📋 copy color: '#75E994'

red 117 ◦ green 233 ◦ blue 148

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

Shades of Light Green #75E994

Tints of Light Green #75E994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.79%

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 23.49%
G = 46.79%
B = 29.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#75E994 (or 0x75E994) is known color: Light Green. HEX triplet: 75, E9 and 94. RGB value is (117,233,148). Sum of RGB (Red+Green+Blue) = 117+233+148=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #75E994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E994 is #8A166B. Grayscale: #BCBCBC. Windows color (decimal): -9049708 or 9759093. OLE color: 9759093.

HSL color Cylindrical-coordinate representation of color #75E994: hue angle of 136.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E994 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 233 148 -
CMYK 0.50 0 0.36 0.09
HSL 136.03º 0.73% 0.69% -
HSV(B) 136.03º 0.5% 0.91% -
XYZ 41.82 64.2 38.2 -
YUV 188.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 117 233 148 0.50 0 0.36 0.09 136.03 0.73 0.69
Hex 75 E9 94 32 0 24 9 88 48 45
Octal 165 351 224 62 0 44 11 210 110 105
Binary 1110101 11101001 10010100 110010 0 100100 1001 10001000 1001000 1000101

Color Harmonies of #75E994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E994

Black with #75E994

Text Example


Text Example

White with #75E994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,233,148); }

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

background-color css

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

 a { background-color: rgb(117,233,148); }

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

border-color css

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

 span { border-color: rgb(117,233,148); }

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