Html Css Color HEX #85FA59 Screamin' Green

📋 copy color: '#85FA59'

red 133 ◦ green 250 ◦ blue 89

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

Shades of Screamin' Green #85FA59

Tints of Screamin' Green #85FA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.86%

R = 28.18%
G = 52.97%
B = 18.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#85FA59 (or 0x85FA59) is known color: Screamin' Green. HEX triplet: 85, FA and 59. RGB value is (133,250,89). Sum of RGB (Red+Green+Blue) = 133+250+89=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA59 is #7A05A6. Grayscale: #C5C5C5. Windows color (decimal): -7996839 or 5896837. OLE color: 5896837.

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

Color convert

RGB 133 250 89 -
CMYK 0.47 0 0.64 0.02
HSL 103.6º 0.94% 0.66% -
HSV(B) 103.6º 0.64% 0.98% -
XYZ 45.66 74.08 21.34 -
YUV 196.66 67.24 82.59 -
System Red Green Blue C M Y K H S L
Decimal 133 250 89 0.47 0 0.64 0.02 103.6 0.94 0.66
Hex 85 FA 59 2F 0 40 2 68 5E 42
Octal 205 372 131 57 0 100 2 150 136 102
Binary 10000101 11111010 1011001 101111 0 1000000 10 1101000 1011110 1000010

Color Harmonies of #85FA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA59

Black with #85FA59

Text Example


Text Example

White with #85FA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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