Html Css Color HEX #85F77A Light Green

📋 copy color: '#85F77A'

red 133 ◦ green 247 ◦ blue 122

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

Shades of Light Green #85F77A

Tints of Light Green #85F77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 26.49%
G = 49.2%
B = 24.3%

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

#85F77A (or 0x85F77A) is known color: Light Green. HEX triplet: 85, F7 and 7A. RGB value is (133,247,122). Sum of RGB (Red+Green+Blue) = 133+247+122=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #85F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F77A is #7A0885. Grayscale: #C7C7C7. Windows color (decimal): -7997574 or 8058757. OLE color: 8058757.

HSL color Cylindrical-coordinate representation of color #85F77A: hue angle of 114.72º 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 #85F77A is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 122 -
CMYK 0.46 0 0.51 0.03
HSL 114.72º 0.89% 0.72% -
HSV(B) 114.72º 0.51% 0.97% -
XYZ 46.45 72.91 30.04 -
YUV 198.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 133 247 122 0.46 0 0.51 0.03 114.72 0.89 0.72
Hex 85 F7 7A 2E 0 33 3 73 59 48
Octal 205 367 172 56 0 63 3 163 131 110
Binary 10000101 11110111 1111010 101110 0 110011 11 1110011 1011001 1001000

Color Harmonies of #85F77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F77A

Black with #85F77A

Text Example


Text Example

White with #85F77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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