Html Css Color HEX #75FF9F Light Green

📋 copy color: '#75FF9F'

red 117 ◦ green 255 ◦ blue 159

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

Shades of Light Green #75FF9F

Tints of Light Green #75FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 22.03%
G = 48.02%
B = 29.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#75FF9F (or 0x75FF9F) is known color: Light Green. HEX triplet: 75, FF and 9F. RGB value is (117,255,159). Sum of RGB (Red+Green+Blue) = 117+255+159=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF9F is #8A0060. Grayscale: #CBCBCB. Windows color (decimal): -9044065 or 10485621. OLE color: 10485621.

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

Color convert

RGB 117 255 159 -
CMYK 0.54 0 0.38 0
HSL 138.26º 1% 0.73% -
HSV(B) 138.26º 0.54% 1% -
XYZ 49.35 77.81 45.22 -
YUV 202.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 117 255 159 0.54 0 0.38 0 138.26 1 0.73
Hex 75 FF 9F 36 0 26 0 8A 64 49
Octal 165 377 237 66 0 46 0 212 144 111
Binary 1110101 11111111 10011111 110110 0 100110 0 10001010 1100100 1001001

Color Harmonies of #75FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF9F

Black with #75FF9F

Text Example


Text Example

White with #75FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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