#85FC3E

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

Shades of Green Yellow #85FC3E

Tints of Green Yellow #85FC3E

Color information

#85FC3E (or 0x85FC3E) is unknown color: approx Green Yellow. HEX triplet: 85, FC and 3E. RGB value is (133,252,62). Sum of RGB (Red+Green+Blue) = 133+252+62=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FC3E is #7A03C1. Grayscale: #C3C3C3. Windows color (decimal): -7996354 or 4127877. OLE color: 4127877.

HSL color Cylindrical-coordinate representation of color #85FC3E: hue angle of 97.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85FC3E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB13325262-
CMYK0.4700.750.01
HSL97.58º96.94%61.57%-
HSV(B)97.58º75.4%98.82%-
XYZ45.3574.9616.63-
YUV194.7653.0883.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 252 (98.83% from 255) = 56.38%
BLUE value IS 62 (24.61% from 255) = 13.87%
R=29.75%
G=56.38%
B=13.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133252620.4700.750.0197.5896.9461.57
Hex85FC3E2F04B162613e
Octal20537476570113114214176
Binary100001011111110011111010111101001011111000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,252,62); }

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

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

 a { background-color: rgb(133,252,62); }

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

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

 span { border-color: rgb(133,252,62); }

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