#85FA69

Color #85FA69 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #85FA69

Tints of Screamin' Green #85FA69

Color information

#85FA69 (or 0x85FA69) is unknown color: approx Screamin' Green. HEX triplet: 85, FA and 69. RGB value is (133,250,105). Sum of RGB (Red+Green+Blue) = 133+250+105=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA69 is #7A0596. Grayscale: #C6C6C6. Windows color (decimal): -7996823 or 6945413. OLE color: 6945413.

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

Color convert

RGB133250105-
CMYK0.4700.580.02
HSL108.41º93.55%69.61%-
HSV(B)108.41º58%98.04%-
XYZ46.4174.3825.27-
YUV198.4975.2481.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 250 (98.05% from 255) = 51.23%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=27.25%
G=51.23%
B=21.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501050.4700.580.02108.4193.5569.61
Hex85FA692F03A26c5e46
Octal205372151570722154136106
Binary10000101111110101101001101111011101010110110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85FA69;
 }
 .AnyTagClassName
 {
   color: #85FA69;
 }
</style>
background-color css

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

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

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

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

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

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