#85FF41

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

Shades of Green Yellow #85FF41

Tints of Green Yellow #85FF41

Color information

#85FF41 (or 0x85FF41) is unknown color: approx Green Yellow. HEX triplet: 85, FF and 41. RGB value is (133,255,65). Sum of RGB (Red+Green+Blue) = 133+255+65=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF41 is #7A00BE. Grayscale: #C5C5C5. Windows color (decimal): -7995583 or 4325253. OLE color: 4325253.

HSL color Cylindrical-coordinate representation of color #85FF41: hue angle of 98.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85FF41 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB13325565-
CMYK0.4800.750
HSL98.53º100%62.75%-
HSV(B)98.53º74.51%100%-
XYZ46.3976.8917.4-
YUV196.8653.5882.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 255 (100% from 255) = 56.29%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=29.36%
G=56.29%
B=14.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133255650.4800.75098.5310062.75
Hex85FF413004B063643f
Octal205377101600113014314477
Binary1000010111111111100000111000001001011011000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,65); }

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

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

 a { background-color: rgb(133,255,65); }

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

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

 span { border-color: rgb(133,255,65); }

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