Html Css Color HEX #85FA7F Light Green

📋 copy color: '#85FA7F'

red 133 ◦ green 250 ◦ blue 127

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

Shades of Light Green #85FA7F

Tints of Light Green #85FA7F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 127 (50% from 255) = 24.9%

R = 26.08%
G = 49.02%
B = 24.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#85FA7F (or 0x85FA7F) is known color: Light Green. HEX triplet: 85, FA and 7F. RGB value is (133,250,127). Sum of RGB (Red+Green+Blue) = 133+250+127=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA7F is #7A0580. Grayscale: #C9C9C9. Windows color (decimal): -7996801 or 8387205. OLE color: 8387205.

HSL color Cylindrical-coordinate representation of color #85FA7F: hue angle of 117.07º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85FA7F is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 127 -
CMYK 0.47 0 0.49 0.02
HSL 117.07º 0.92% 0.74% -
HSV(B) 117.07º 0.49% 0.98% -
XYZ 47.69 74.89 32.02 -
YUV 201 86.24 79.5 -
System Red Green Blue C M Y K H S L
Decimal 133 250 127 0.47 0 0.49 0.02 117.07 0.92 0.74
Hex 85 FA 7F 2F 0 31 2 75 5C 4A
Octal 205 372 177 57 0 61 2 165 134 112
Binary 10000101 11111010 1111111 101111 0 110001 10 1110101 1011100 1001010

Color Harmonies of #85FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA7F

Black with #85FA7F

Text Example


Text Example

White with #85FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,127); }

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

background-color css

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

 a { background-color: rgb(133,250,127); }

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

border-color css

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

 span { border-color: rgb(133,250,127); }

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