Html Css Color HEX #85F779 Light Green

📋 copy color: '#85F779'

red 133 ◦ green 247 ◦ blue 121

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

Shades of Light Green #85F779

Tints of Light Green #85F779

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.3%

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 26.55%
G = 49.3%
B = 24.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#85F779 (or 0x85F779) is known color: Light Green. HEX triplet: 85, F7 and 79. RGB value is (133,247,121). Sum of RGB (Red+Green+Blue) = 133+247+121=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #85F779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F779 is #7A0886. Grayscale: #C6C6C6. Windows color (decimal): -7997575 or 7993221. OLE color: 7993221.

HSL color Cylindrical-coordinate representation of color #85F779: hue angle of 114.29º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F779 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 121 -
CMYK 0.46 0 0.51 0.03
HSL 114.29º 0.89% 0.72% -
HSV(B) 114.29º 0.51% 0.97% -
XYZ 46.38 72.89 29.71 -
YUV 198.55 84.23 81.25 -
System Red Green Blue C M Y K H S L
Decimal 133 247 121 0.46 0 0.51 0.03 114.29 0.89 0.72
Hex 85 F7 79 2E 0 33 3 72 59 48
Octal 205 367 171 56 0 63 3 162 131 110
Binary 10000101 11110111 1111001 101110 0 110011 11 1110010 1011001 1001000

Color Harmonies of #85F779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F779

Black with #85F779

Text Example


Text Example

White with #85F779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,121); }

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

background-color css

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

 a { background-color: rgb(133,247,121); }

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

border-color css

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

 span { border-color: rgb(133,247,121); }

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