Html Css Color HEX #85FF75 Light Green

📋 copy color: '#85FF75'

red 133 ◦ green 255 ◦ blue 117

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

Shades of Light Green #85FF75

Tints of Light Green #85FF75

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#85FF75 (or 0x85FF75) is known color: Light Green. HEX triplet: 85, FF and 75. RGB value is (133,255,117). Sum of RGB (Red+Green+Blue) = 133+255+117=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF75 is #7A008A. Grayscale: #CBCBCB. Windows color (decimal): -7995531 or 7733125. OLE color: 7733125.

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

Color convert

RGB 133 255 117 -
CMYK 0.48 0 0.54 0
HSL 113.04º 1% 0.73% -
HSV(B) 113.04º 0.54% 1% -
XYZ 48.64 77.79 29.28 -
YUV 202.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 133 255 117 0.48 0 0.54 0 113.04 1 0.73
Hex 85 FF 75 30 0 36 0 71 64 49
Octal 205 377 165 60 0 66 0 161 144 111
Binary 10000101 11111111 1110101 110000 0 110110 0 1110001 1100100 1001001

Color Harmonies of #85FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF75

Black with #85FF75

Text Example


Text Example

White with #85FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85FF75; }

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

 H1.HeaderClassName
 {
   color: #85FF75;
 }
 .AnyTagClassName
 {
   color: #85FF75;
 }
</style>

background-color css

<style>
 a { background-color: #85FF75; }

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

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

border-color css

<style>
 span { border-color: #85FF75; }

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

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