Html Css Color HEX #75FF94 Light Green

📋 copy color: '#75FF94'

red 117 ◦ green 255 ◦ blue 148

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

Shades of Light Green #75FF94

Tints of Light Green #75FF94

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

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

R = 22.5%
G = 49.04%
B = 28.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#75FF94 (or 0x75FF94) is known color: Light Green. HEX triplet: 75, FF and 94. RGB value is (117,255,148). Sum of RGB (Red+Green+Blue) = 117+255+148=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF94 is #8A006B. Grayscale: #C9C9C9. Windows color (decimal): -9044076 or 9764725. OLE color: 9764725.

HSL color Cylindrical-coordinate representation of color #75FF94: hue angle of 133.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FF94 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 148 -
CMYK 0.54 0 0.42 0
HSL 133.48º 1% 0.73% -
HSV(B) 133.48º 0.54% 1% -
XYZ 48.44 77.44 40.41 -
YUV 201.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 117 255 148 0.54 0 0.42 0 133.48 1 0.73
Hex 75 FF 94 36 0 2A 0 85 64 49
Octal 165 377 224 66 0 52 0 205 144 111
Binary 1110101 11111111 10010100 110110 0 101010 0 10000101 1100100 1001001

Color Harmonies of #75FF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF94

Black with #75FF94

Text Example


Text Example

White with #75FF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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