#85F842

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

Shades of Green Yellow #85F842

Tints of Green Yellow #85F842

Color information

#85F842 (or 0x85F842) is unknown color: approx Green Yellow. HEX triplet: 85, F8 and 42. RGB value is (133,248,66). Sum of RGB (Red+Green+Blue) = 133+248+66=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #85F842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F842 is #7A07BD. Grayscale: #C1C1C1. Windows color (decimal): -7997374 or 4388997. OLE color: 4388997.

HSL color Cylindrical-coordinate representation of color #85F842: hue angle of 97.91º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85F842 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB13324866-
CMYK0.4600.730.03
HSL97.91º92.86%61.57%-
HSV(B)97.91º73.39%97.25%-
XYZ44.2272.5116.82-
YUV192.8756.485.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 248 (97.27% from 255) = 55.48%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=29.75%
G=55.48%
B=14.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133248660.4600.730.0397.9192.8661.57
Hex85F8422E0493625d3e
Octal205370102560111314213576
Binary10000101111110001000010101110010010011111000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,248,66); }

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

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

 a { background-color: rgb(133,248,66); }

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

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

 span { border-color: rgb(133,248,66); }

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