Html Css Color HEX #9EFF75 Light Green

📋 copy color: '#9EFF75'

red 158 ◦ green 255 ◦ blue 117

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

Shades of Light Green #9EFF75

Tints of Light Green #9EFF75

RGB

 RED value IS 158 (62.11% from 255) = 29.81%

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

 BLUE value IS 117 (46.09% from 255) = 22.08%

R = 29.81%
G = 48.11%
B = 22.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#9EFF75 (or 0x9EFF75) is known color: Light Green. HEX triplet: 9E, FF and 75. RGB value is (158,255,117). Sum of RGB (Red+Green+Blue) = 158+255+117=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF75 is #61008A. Grayscale: #D2D2D2. Windows color (decimal): -6357131 or 7733150. OLE color: 7733150.

HSL color Cylindrical-coordinate representation of color #9EFF75: hue angle of 102.17º 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 #9EFF75 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 117 -
CMYK 0.38 0 0.54 0
HSL 102.17º 1% 0.73% -
HSV(B) 102.17º 0.54% 1% -
XYZ 53.07 80.07 29.49 -
YUV 210.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 158 255 117 0.38 0 0.54 0 102.17 1 0.73
Hex 9E FF 75 26 0 36 0 66 64 49
Octal 236 377 165 46 0 66 0 146 144 111
Binary 10011110 11111111 1110101 100110 0 110110 0 1100110 1100100 1001001

Color Harmonies of #9EFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFF75

Black with #9EFF75

Text Example


Text Example

White with #9EFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EFF75; }

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

 H1.HeaderClassName
 {
   color: #9EFF75;
 }
 .AnyTagClassName
 {
   color: #9EFF75;
 }
</style>

background-color css

<style>
 a { background-color: #9EFF75; }

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

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

border-color css

<style>
 span { border-color: #9EFF75; }

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

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