Html Css Color HEX #75FF85 Light Green

📋 copy color: '#75FF85'

red 117 ◦ green 255 ◦ blue 133

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

Shades of Light Green #75FF85

Tints of Light Green #75FF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 23.17%
G = 50.5%
B = 26.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#75FF85 (or 0x75FF85) is known color: Light Green. HEX triplet: 75, FF and 85. RGB value is (117,255,133). Sum of RGB (Red+Green+Blue) = 117+255+133=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF85 is #8A007A. Grayscale: #C8C8C8. Windows color (decimal): -9044091 or 8781685. OLE color: 8781685.

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

Color convert

RGB 117 255 133 -
CMYK 0.54 0 0.48 0
HSL 126.96º 1% 0.73% -
HSV(B) 126.96º 0.54% 1% -
XYZ 47.33 77 34.56 -
YUV 199.83 90.28 68.92 -
System Red Green Blue C M Y K H S L
Decimal 117 255 133 0.54 0 0.48 0 126.96 1 0.73
Hex 75 FF 85 36 0 30 0 7F 64 49
Octal 165 377 205 66 0 60 0 177 144 111
Binary 1110101 11111111 10000101 110110 0 110000 0 1111111 1100100 1001001

Color Harmonies of #75FF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF85

Black with #75FF85

Text Example


Text Example

White with #75FF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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