Html Css Color HEX #85FA78 Light Green

📋 copy color: '#85FA78'

red 133 ◦ green 250 ◦ blue 120

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

Shades of Light Green #85FA78

Tints of Light Green #85FA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 26.44%
G = 49.7%
B = 23.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#85FA78 (or 0x85FA78) is known color: Light Green. HEX triplet: 85, FA and 78. RGB value is (133,250,120). Sum of RGB (Red+Green+Blue) = 133+250+120=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA78 is #7A0587. Grayscale: #C8C8C8. Windows color (decimal): -7996808 or 7928453. OLE color: 7928453.

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

Color convert

RGB 133 250 120 -
CMYK 0.47 0 0.52 0.02
HSL 114º 0.93% 0.73% -
HSV(B) 114º 0.52% 0.98% -
XYZ 47.25 74.71 29.7 -
YUV 200.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 133 250 120 0.47 0 0.52 0.02 114 0.93 0.73
Hex 85 FA 78 2F 0 34 2 72 5D 49
Octal 205 372 170 57 0 64 2 162 135 111
Binary 10000101 11111010 1111000 101111 0 110100 10 1110010 1011101 1001001

Color Harmonies of #85FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA78

Black with #85FA78

Text Example


Text Example

White with #85FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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