#85F538

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

Shades of Green Yellow #85F538

Tints of Green Yellow #85F538

Color information

#85F538 (or 0x85F538) is unknown color: approx Green Yellow. HEX triplet: 85, F5 and 38. RGB value is (133,245,56). Sum of RGB (Red+Green+Blue) = 133+245+56=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #85F538 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F538 is #7A0AC7. Grayscale: #BEBEBE. Windows color (decimal): -7998152 or 3732869. OLE color: 3732869.

HSL color Cylindrical-coordinate representation of color #85F538: hue angle of 95.56º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85F538 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB13324556-
CMYK0.4600.770.04
HSL95.56º90.43%59.02%-
HSV(B)95.56º77.14%96.08%-
XYZ43.0470.5815.1-
YUV189.9752.3987.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 245 (96.09% from 255) = 56.45%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=30.65%
G=56.45%
B=12.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133245560.4600.770.0495.5690.4359.02
Hex85F5382E04D4605a3b
Octal20536570560115414013273
Binary10000101111101011110001011100100110110011000001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,245,56); }

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

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

 a { background-color: rgb(133,245,56); }

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

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

 span { border-color: rgb(133,245,56); }

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