Html Css Color HEX #85FE75 Light Green

📋 copy color: '#85FE75'

red 133 ◦ green 254 ◦ blue 117

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

Shades of Light Green #85FE75

Tints of Light Green #85FE75

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 26.39%
G = 50.4%
B = 23.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#85FE75 (or 0x85FE75) is known color: Light Green. HEX triplet: 85, FE and 75. RGB value is (133,254,117). Sum of RGB (Red+Green+Blue) = 133+254+117=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE75 is #7A018A. Grayscale: #CACACA. Windows color (decimal): -7995787 or 7732869. OLE color: 7732869.

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

Color convert

RGB 133 254 117 -
CMYK 0.48 0 0.54 0.00
HSL 112.99º 0.99% 0.73% -
HSV(B) 112.99º 0.54% 1% -
XYZ 48.33 77.15 29.17 -
YUV 202.2 79.91 78.64 -
System Red Green Blue C M Y K H S L
Decimal 133 254 117 0.48 0 0.54 0.00 112.99 0.99 0.73
Hex 85 FE 75 30 0 36 0 71 63 49
Octal 205 376 165 60 0 66 0 161 143 111
Binary 10000101 11111110 1110101 110000 0 110110 0 1110001 1100011 1001001

Color Harmonies of #85FE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE75

Black with #85FE75

Text Example


Text Example

White with #85FE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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