#85F150

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

Shades of Screamin' Green #85F150

Tints of Screamin' Green #85F150

Color information

#85F150 (or 0x85F150) is unknown color: approx Screamin' Green. HEX triplet: 85, F1 and 50. RGB value is (133,241,80). Sum of RGB (Red+Green+Blue) = 133+241+80=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #85F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F150 is #7A0EAF. Grayscale: #BEBEBE. Windows color (decimal): -7999152 or 5304709. OLE color: 5304709.

HSL color Cylindrical-coordinate representation of color #85F150: hue angle of 100.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85F150 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB13324180-
CMYK0.4500.670.05
HSL100.25º85.19%62.94%-
HSV(B)100.25º66.8%94.51%-
XYZ42.5868.4818.56-
YUV190.3565.7287.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 241 (94.53% from 255) = 53.08%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=29.30%
G=53.08%
B=17.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133241800.4500.670.05100.2585.1962.94
Hex85F1502D043564553f
Octal205361120550103514412577
Binary100001011111000110100001011010100001110111001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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