Html Css Color HEX #85FA50 Screamin' Green

📋 copy color: '#85FA50'

red 133 ◦ green 250 ◦ blue 80

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

Shades of Screamin' Green #85FA50

Tints of Screamin' Green #85FA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 28.73%
G = 54%
B = 17.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#85FA50 (or 0x85FA50) is known color: Screamin' Green. HEX triplet: 85, FA and 50. RGB value is (133,250,80). Sum of RGB (Red+Green+Blue) = 133+250+80=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA50 is #7A05AF. Grayscale: #C4C4C4. Windows color (decimal): -7996848 or 5307013. OLE color: 5307013.

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

Color convert

RGB 133 250 80 -
CMYK 0.47 0 0.68 0.02
HSL 101.29º 0.94% 0.65% -
HSV(B) 101.29º 0.68% 0.98% -
XYZ 45.31 73.94 19.47 -
YUV 195.64 62.74 83.32 -
System Red Green Blue C M Y K H S L
Decimal 133 250 80 0.47 0 0.68 0.02 101.29 0.94 0.65
Hex 85 FA 50 2F 0 44 2 65 5E 41
Octal 205 372 120 57 0 104 2 145 136 101
Binary 10000101 11111010 1010000 101111 0 1000100 10 1100101 1011110 1000001

Color Harmonies of #85FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA50

Black with #85FA50

Text Example


Text Example

White with #85FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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